From 5a9d8eb13ae7d06f56acb1dfce87fd536cf942a7 Mon Sep 17 00:00:00 2001 From: Matthias Valvekens Date: Mon, 18 Mar 2024 22:46:16 +0100 Subject: [PATCH] Upgrade certomancer --- pyhanko_tests/data/crypto/certomancer.yml | 7 ------- pyproject.toml | 8 ++++---- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/pyhanko_tests/data/crypto/certomancer.yml b/pyhanko_tests/data/crypto/certomancer.yml index 6792381d..e627d5f0 100644 --- a/pyhanko_tests/data/crypto/certomancer.yml +++ b/pyhanko_tests/data/crypto/certomancer.yml @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 9892f52d..5237ef1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ 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\"", ] @@ -88,13 +88,13 @@ 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 = [