Skip to content

Commit e3b71ac

Browse files
authored
Merge pull request #501 from AzureAD/release-1.19.0
Merge Release 1.19.0 back to dev branch
2 parents dd7b538 + f0f00af commit e3b71ac

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.18.0" # When releasing, also check and bump our dependencies's versions if needed
28+
__version__ = "1.19.0" # 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', # 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)