Skip to content

Commit

Permalink
Update pytest-cov requirement from <5.1,>=4.0 to >=4.0,<6.1
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.0.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent b4ae546 commit 2463280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ testing-basic = [
"freezegun>=1.1.0",
"pytest-asyncio==0.24.0",
"certomancer==0.12.*",
"pytest-cov>=4.0,<5.1",
"pytest-cov>=4.0,<6.1",
"backports.zoneinfo[tzdata];python_version<\"3.9\"",
]
testing = [
Expand All @@ -96,7 +96,7 @@ live-test = [
"pytest-aiohttp~=1.0.4",
"certomancer-csc-dummy==0.3.0",
"certomancer[web-api]==0.12.*",
"pytest-cov>=4.0,<5.1",
"pytest-cov>=4.0,<6.1",
]
mypy = [
"pyHanko[pkcs11,xmp,opentype,image-support,async-http,extra-pubkey-algs,etsi]",
Expand Down

0 comments on commit 2463280

Please sign in to comment.