Skip to content

Commit 91a8492

Browse files
build(deps-dev): update pytest-cov requirement from >=3,<5 to >=3,<6
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v3.0.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be1fddb commit 91a8492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fastapi = ["fastapi"]
1818

1919
[tool.poetry.group.dev.dependencies]
2020
pytest = ">=7.1.2,<9.0.0"
21-
pytest-cov = ">=3,<5"
21+
pytest-cov = ">=3,<6"
2222
pytest-asyncio = ">=0.21.1,<0.24.0"
2323
tox = ">=3.26,<5.0"
2424
httpx = ">=0.24.1,<0.28.0"

0 commit comments

Comments
 (0)