Skip to content

Commit f9974ab

Browse files
authored
Merge pull request #15 from team23/dependabot/pip/pytest-cov-gte-3-and-lt-6
build(deps-dev): update pytest-cov requirement from >=3,<5 to >=3,<6
2 parents be1fddb + 91a8492 commit f9974ab

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)