Skip to content

Commit

Permalink
Update pytest-cov requirement from <4.2,>=4.0 to >=4.0,<5.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...v5.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 and MatthiasValvekens committed Mar 26, 2024
1 parent 6177c1f commit 04a97c0
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 @@ -81,7 +81,7 @@ testing-basic = [
"freezegun>=1.1.0",
"pytest-asyncio==0.23.6",
"certomancer==0.12.*",
"pytest-cov>=4.0,<4.2",
"pytest-cov>=4.0,<5.1",
"backports.zoneinfo[tzdata];python_version<\"3.9\"",
]
testing = [
Expand All @@ -95,7 +95,7 @@ live-test = [
"pytest-aiohttp~=1.0.4",
"certomancer-csc-dummy==0.3.0",
"certomancer[web-api]==0.12.*",
"pytest-cov>=4.0,<4.2",
"pytest-cov>=4.0,<5.1",
]
mypy = [
"pyHanko[pkcs11,xmp,opentype,image-support,async-http,extra-pubkey-algs,etsi]",
Expand Down

0 comments on commit 04a97c0

Please sign in to comment.