Skip to content

Commit

Permalink
chore(deps-dev): Update pytest-cov requirement from >=3,<6 to >=3,<7
Browse files Browse the repository at this point in the history
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...v6.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent ab8ffb5 commit 87d2f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pydantic = ">=1.9.0,<3.0.0"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.1.2,<9.0.0"
pytest-cov = ">=3,<6"
pytest-cov = ">=3,<7"
tox = ">=3.26,<5.0"
ruff = ">=0.5.0,<0.9.0"
pyright = ">=1.1.350,<1.2"
Expand Down

0 comments on commit 87d2f7d

Please sign in to comment.