Skip to content

Commit 629945c

Browse files
authored
{Core} Bump MSAL to 1.31.0 (#29870)
1 parent 9bf44ef commit 629945c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/azure-cli-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'jmespath',
5555
'knack~=0.11.0',
5656
'msal-extensions==1.2.0',
57-
'msal[broker]==1.30.0',
57+
'msal[broker]==1.31.0',
5858
'msrestazure~=0.6.4',
5959
'packaging>=20.9',
6060
'paramiko>=2.0.8,<4.0.0',

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jmespath==0.9.5
103103
jsondiff==2.0.0
104104
knack==0.11.0
105105
msal-extensions==1.2.0
106-
msal[broker]==1.30.0
106+
msal[broker]==1.31.0
107107
msrest==0.7.1
108108
msrestazure==0.6.4
109109
oauthlib==3.2.2

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jmespath==0.9.5
104104
jsondiff==2.0.0
105105
knack==0.11.0
106106
msal-extensions==1.2.0
107-
msal[broker]==1.30.0
107+
msal[broker]==1.31.0
108108
msrest==0.7.1
109109
msrestazure==0.6.4
110110
oauthlib==3.2.2

src/azure-cli/requirements.py3.windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jmespath==0.9.5
103103
jsondiff==2.0.0
104104
knack==0.11.0
105105
msal-extensions==1.2.0
106-
msal[broker]==1.30.0
106+
msal[broker]==1.31.0
107107
msrest==0.7.1
108108
msrestazure==0.6.4
109109
oauthlib==3.2.2

0 commit comments

Comments
 (0)