aboutsummaryrefslogtreecommitdiff
path: root/security/py-pyhanko/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-pyhanko/files/patch-pyproject.toml')
-rw-r--r--security/py-pyhanko/files/patch-pyproject.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/py-pyhanko/files/patch-pyproject.toml b/security/py-pyhanko/files/patch-pyproject.toml
index c1d43c221b88..cf22adfbe681 100644
--- a/security/py-pyhanko/files/patch-pyproject.toml
+++ b/security/py-pyhanko/files/patch-pyproject.toml
@@ -16,12 +16,14 @@
description = "Tools for stamping and signing PDF files"
authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
maintainers = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
-@@ -36,7 +36,7 @@ requires-python = ">=3.7"
+@@ -36,8 +36,8 @@ requires-python = ">=3.7"
dependencies = [
"asn1crypto>=1.5.1",
"qrcode>=6.1",
- "tzlocal>=4.3",
+- "pyhanko-certvalidator==0.23.*",
+ "tzlocal>=4.2",
- "pyhanko-certvalidator==0.23.*",
++ "pyhanko-certvalidator==0.24.*",
"click>=7.1.2",
"requests>=2.24.0",
+ "pyyaml>=5.3.1",