Skip to content

Commit 5750644

Browse files
Bump pytest from 7.4.4 to 8.2.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.1. - [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.4...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6efe6a5 commit 5750644

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ typing-extensions = { python = "<3.12", version = "^4.9.0" }
3333
fastapi = "^0.109.0"
3434
mypy = "^1.0.1"
3535
pylint = "^3.0.3"
36-
pytest = "^7.1"
36+
pytest = ">=7.1,<9.0"
3737
pytest-asyncio = "^0.23.3"
3838

3939
[build-system]

0 commit comments

Comments
 (0)