mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:14:21 +02:00
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:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user