Skip to content

Commit 44c3bfb

Browse files
committed
Bumping up version numbers
1 parent 1b316e3 commit 44c3bfb

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.22.0" # When releasing, also check and bump our dependencies's versions if needed
28+
__version__ = "1.23.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
@@ -77,7 +77,7 @@
7777
'requests>=2.0.0,<3',
7878
'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+
7979

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

0 commit comments

Comments
 (0)