Skip to content

Commit

Permalink
Merge pull request #511 from MatthiasValvekens/dependabot/pip/pytest-…
Browse files Browse the repository at this point in the history
…aiohttp-gte-1.0.4-and-lt-1.2.0

Update pytest-aiohttp requirement from ~=1.0.4 to >=1.0.4,<1.2.0
  • Loading branch information
MatthiasValvekens authored Jan 30, 2025
2 parents 42eef7c + c664d59 commit c6e334d
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 @@ -88,12 +88,12 @@ testing-basic = [
testing = [
"pyHanko[testing-basic,pkcs11,xmp,opentype,image-support,async-http]",
"pyHanko[etsi]",
"pytest-aiohttp~=1.0.4",
"pytest-aiohttp>=1.0.4,<1.2.0",
"certomancer-csc-dummy==0.3.0",
]
live-test = [
"pyHanko[testing-basic,xmp,async-http]",
"pytest-aiohttp~=1.0.4",
"pytest-aiohttp>=1.0.4,<1.2.0",
"certomancer-csc-dummy==0.3.0",
"certomancer[web-api]>=0.12.3,<0.13",
"pytest-cov>=4.0,<6.1",
Expand Down

0 comments on commit c6e334d

Please # to comment.