Skip to content

Commit 5a736b4

Browse files
authoredJan 29, 2024
build(deps-dev): update pytest requirement
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.1.2...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f45c86 commit 5a736b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python = "^3.8"
1212
fastapi = ">=0.65.2,<1.0.0"
1313

1414
[tool.poetry.group.dev.dependencies]
15-
pytest = ">=7.1.2,<8.0.0"
15+
pytest = ">=7.1.2,<9.0.0"
1616
pytest-cov = ">=3,<5"
1717
mypy = ">=0.971,<2.0"
1818
tox = ">=3.26,<5.0"

0 commit comments

Comments
 (0)
Please sign in to comment.