Skip to content

Commit f8e8cff

Browse files
authored
PYTHON-5915 - Bump cryptography version to 47.0.0 (#2911)
1 parent a167a86 commit f8e8cff

3 files changed

Lines changed: 185 additions & 81 deletions

File tree

pymongo/ocsp_support.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
ec,
6868
ed448,
6969
ed25519,
70+
mldsa,
7071
rsa,
7172
x448,
7273
x25519,
@@ -87,6 +88,9 @@
8788
ec.EllipticCurvePublicKey,
8889
ed25519.Ed25519PublicKey,
8990
ed448.Ed448PublicKey,
91+
mldsa.MLDSA44PublicKey,
92+
mldsa.MLDSA65PublicKey,
93+
mldsa.MLDSA87PublicKey,
9094
x25519.X25519PublicKey,
9195
x448.X448PublicKey,
9296
]

requirements/ocsp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
certifi>=2023.7.22;os.name=='nt' or sys_platform=='darwin'
1111
pyopenssl>=26.2.0
1212
requests>=2.23.0,<3.0
13-
cryptography>=42.0.0
13+
cryptography>=47.0.0
1414
service_identity>=24.2.0

0 commit comments

Comments
 (0)