Skip to content

Commit

Permalink
package update in dev(deps-dev): update pytest-cov requirement
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@v4.1.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 Nov 4, 2024
1 parent 63d7f85 commit a77c457
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 @@ -71,7 +71,7 @@ mkdocs-git-revision-date-localized-plugin = "^1.2.0"
pillow = ">=10,<12"
cairosvg = "^2.7.0"
lxml = ">=4.9.3,<6.0.0"
pytest-cov = ">=4.1,<6.0"
pytest-cov = ">=4.1,<7.0"
pytest-django = "^4.5.2"
pytest-mock = "^3.11.1"
dj-database-url = "^2.0.0"
Expand Down

0 comments on commit a77c457

Please sign in to comment.