update ocsp api (#10181)

this does the simple and more urgent fix described in
https://github.com/certbot/certbot/issues/10053. i created
https://github.com/certbot/certbot/issues/10180 to track fixing up our
tests to generally help prevent this kind of problem in the future
This commit is contained in:
Brad Warren
2025-02-05 14:08:14 -08:00
committed by GitHub
parent 2535a7bb29
commit 87e5dcbc83
7 changed files with 25 additions and 54 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from setuptools import setup
version = '3.2.0.dev0'
install_requires = [
'cryptography>=42.0.0',
'cryptography>=43.0.0',
# Josepy 2+ may introduce backward incompatible changes by droping usage of
# deprecated PyOpenSSL APIs.
'josepy>=1.13.0, <2',