Bump OpenSSL to 24.1.* (#11816)

Mark a few classes and functions as deprecated

Closes: #11812
This commit is contained in:
Sebastian Rittau
2024-04-24 16:58:52 +02:00
committed by GitHub
parent f40076c0da
commit 8664482849
2 changed files with 11 additions and 29 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "24.0.*"
version = "24.1.*"
upstream_repository = "https://github.com/pyca/pyopenssl"
# Requires a version of cryptography with a `py.typed` file
requires = ["cryptography>=35.0.0", "types-cffi"]