Skip to content

Commit d0c35b2

Browse files
chore(deps-dev): Update pytest-cov requirement from >=3,<7 to >=3,<8
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...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7996b8 commit d0c35b2

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
@@ -13,7 +13,7 @@ pydantic = ">=2.0.0,<3.0.0"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
pytest = ">=7.1.2,<9.0.0"
16-
pytest-cov = ">=3,<7"
16+
pytest-cov = ">=3,<8"
1717
tox = ">=3.26,<5.0"
1818
ruff = ">=0.5.0,<0.13.0"
1919
pyright = ">=1.1.350,<1.2"

0 commit comments

Comments
 (0)