Skip to content

Commit

Permalink
Bump pyhanko-certvalidator and certomancer
Browse files Browse the repository at this point in the history
 - pyhanko-certvalidator >= 0.26.5
 - certomancer >= 0.12.3

This is to deal with wbond/asn1crypto#230. Even though this change is
not on PyPI, some distros already ship it.
  • Loading branch information
MatthiasValvekens committed Nov 17, 2024
1 parent c999c82 commit 6933488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"asn1crypto>=1.5.1",
"qrcode>=7.3.1",
"tzlocal>=4.3",
"pyhanko-certvalidator>=0.26.2,<0.27",
"pyhanko-certvalidator>=0.26.5,<0.27",
"click>=8.1.3",
"requests>=2.31.0",
"pyyaml>=6.0",
Expand Down Expand Up @@ -81,7 +81,7 @@ testing-basic = [
"requests-mock>=1.8.0",
"freezegun>=1.1.0",
"pytest-asyncio==0.24.0",
"certomancer==0.12.*",
"certomancer>=0.12.3,<0.13",
"pytest-cov>=4.0,<6.1",
"backports.zoneinfo[tzdata];python_version<\"3.9\"",
]
Expand All @@ -95,7 +95,7 @@ live-test = [
"pyHanko[testing-basic,xmp,async-http,extra-pubkey-algs]",
"pytest-aiohttp~=1.0.4",
"certomancer-csc-dummy==0.3.0",
"certomancer[web-api]==0.12.*",
"certomancer>=0.12.3,<0.13",
"pytest-cov>=4.0,<6.1",
]
mypy = [
Expand Down

0 comments on commit 6933488

Please sign in to comment.