Skip to content

Commit 1696f9f

Browse files
authored
{Core} Bump MSAL to 1.32.3 (#31376)
1 parent f4beaf3 commit 1696f9f

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
'knack~=0.11.0',
5555
'microsoft-security-utilities-secret-masker~=1.0.0b4',
5656
'msal-extensions==1.2.0',
57-
'msal[broker]==1.32.0',
57+
'msal[broker]==1.32.3',
5858
'msrestazure~=0.6.4',
5959
'packaging>=20.9',
6060
'pkginfo>=1.5.0.1',

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.32.0
106+
msal[broker]==1.32.3
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.32.0
107+
msal[broker]==1.32.3
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.32.0
106+
msal[broker]==1.32.3
107107
msrest==0.7.1
108108
msrestazure==0.6.4
109109
oauthlib==3.2.2

0 commit comments

Comments
 (0)