Skip to content

Commit ea18829

Browse files
committed
MSAL Python 1.18.0b1
Bump cryptography
1 parent 292e28b commit ea18829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
# The __init__.py will import this. Not the other way around.
28-
__version__ = "1.17.0" # When releasing, also check and bump our dependencies's versions if needed
28+
__version__ = "1.18.0b1" # When releasing, also check and bump our dependencies's versions if needed
2929

3030
logger = logging.getLogger(__name__)
3131
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"

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',
7878

79-
'cryptography>=0.6,<39',
79+
'cryptography>=0.6,<40',
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)