Skip to content

Commit

Permalink
Upgrade certomancer
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Mar 18, 2024
1 parent 671c1cc commit 5a9d8eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions pyhanko_tests/data/crypto/certomancer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,25 +69,18 @@ keysets:
keys:
root:
path: root_ca.key.pem
password: secret
interm:
path: intermediate_ca.key.pem
password: secret
tsa:
path: tsa.key.pem
password: secret
tsa2:
path: tsa2.key.pem
password: secret
interm-ocsp:
path: ocsp.key.pem
password: secret
signer1:
path: signer.key.pem
password: secret
signer2:
path: signer2.key.pem
password: secret
testing-ca-ed25519:
path-prefix: keys-ed25519
keys:
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,21 @@ testing-basic = [
"requests-mock>=1.8.0",
"freezegun>=1.1.0",
"pytest-asyncio==0.23.5.post1",
"certomancer==0.11.*",
"certomancer==0.12.*",
"pytest-cov>=4.0,<4.2",
"backports.zoneinfo[tzdata];python_version<\"3.9\"",
]
testing = [
"pyHanko[testing-basic,pkcs11,xmp,opentype,image-support,async-http,extra-pubkey-algs]",
"pyHanko[etsi]",
"pytest-aiohttp~=1.0.4",
"certomancer-csc-dummy==0.2.3",
"certomancer-csc-dummy==0.3.0",
]
live-test = [
"pyHanko[testing-basic,xmp,async-http,extra-pubkey-algs]",
"pytest-aiohttp~=1.0.4",
"certomancer-csc-dummy==0.2.3",
"certomancer[web-api,pkcs12]>=0.11.0,<0.12.0",
"certomancer-csc-dummy==0.3.0",
"certomancer[web-api]==0.12.*",
"pytest-cov>=4.0,<4.2",
]
mypy = [
Expand Down

0 comments on commit 5a9d8eb

Please sign in to comment.