Skip to content

Commit be791ff

Browse files
Bump pytest from 7.4.3 to 7.4.4 in /api (#1022)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.3...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0f19fb commit be791ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

api/poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ numpy = "^1.25.2"
6666
langchain = "^0.0.180"
6767
loguru = "^0.7.2"
6868
redis = {extras = ["hiredis"], version = "^5.0.1"}
69-
pytest = "^7.4.3"
69+
pytest = "^7.4.4"
7070

7171
[tool.ruff]
7272
# Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.

0 commit comments

Comments
 (0)