Skip to content

Commit a1def27

Browse files
Update pyopenssl requirement from >=23.2.0 to >=26.0.0
Updates the requirements on [pyopenssl](https://github.com/pyca/pyopenssl) to permit the latest version. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](pyca/pyopenssl@23.2.0...26.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a13842f commit a1def27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/ocsp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# pyopenssl, cryptography, and service_identity must be set in tandem.
88
# https://www.pyopenssl.org/en/stable/api/ssl.html#OpenSSL.SSL.Context.set_default_verify_paths
99
certifi>=2023.7.22;os.name=='nt' or sys_platform=='darwin'
10-
pyopenssl>=23.2.0
10+
pyopenssl>=26.0.0
1111
requests>=2.23.0,<3.0
1212
cryptography>=42.0.0
1313
service_identity>=23.1.0

0 commit comments

Comments
 (0)