diff --git a/requirements/ocsp.txt b/requirements/ocsp.txt index a95311d894..89a48c004f 100644 --- a/requirements/ocsp.txt +++ b/requirements/ocsp.txt @@ -9,6 +9,6 @@ # https://www.pyopenssl.org/en/stable/api/ssl.html#OpenSSL.SSL.Context.set_default_verify_paths certifi>=2023.7.22;os.name=='nt' or sys_platform=='darwin' pyopenssl>=26.2.0 -requests>=2.23.0,<3.0 +requests>=2.34.2,<3.0 cryptography>=47.0.0 service_identity>=24.2.0