Skip to content

Commit

Permalink
Merge pull request #480 from MatthiasValvekens/dependabot/pip/pytest-…
Browse files Browse the repository at this point in the history
…cov-gte-4.0-and-lt-6.1
  • Loading branch information
MatthiasValvekens authored Oct 30, 2024
2 parents b4ae546 + 2463280 commit d079556
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 d079556

Please sign in to comment.