Skip to content

Commit f0f00af

Browse files
authored
Bump up cryptography upperbound
We have reviewed https://cryptography.io/en/latest/changelog/
1 parent 60506eb commit f0f00af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
'requests>=2.0.0,<3',
7777
'PyJWT[crypto]>=1.0.0,<3', # MSAL does not use jwt.decode(), therefore is insusceptible to CVE-2022-29217 so no need to bump to PyJWT 2.4+
7878

79-
'cryptography>=0.6,<40',
79+
'cryptography>=0.6,<41',
8080
# load_pem_private_key() is available since 0.6
8181
# https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#06---2014-09-29
8282
#

0 commit comments

Comments
 (0)