Skip to content

Commit 9071ce0

Browse files
authored
{Packaging} Bump msal to 1.33.0b1 and pymsalruntime to 0.18.1 (#31563)
1 parent 00dee0d commit 9071ce0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.3',
57+
'msal[broker]==1.33.0b1',
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
@@ -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.3
107+
msal[broker]==1.33.0b1
108108
msrest==0.7.1
109109
msrestazure==0.6.4
110110
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
@@ -105,7 +105,7 @@ jmespath==0.9.5
105105
jsondiff==2.0.0
106106
knack==0.11.0
107107
msal-extensions==1.2.0
108-
msal[broker]==1.32.3
108+
msal[broker]==1.33.0b1
109109
msrest==0.7.1
110110
msrestazure==0.6.4
111111
oauthlib==3.2.2

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

Lines changed: 2 additions & 2 deletions
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.3
107+
msal[broker]==1.33.0b1
108108
msrest==0.7.1
109109
msrestazure==0.6.4
110110
oauthlib==3.2.2
@@ -117,7 +117,7 @@ psutil==6.1.0
117117
pycomposefile==0.0.32
118118
PyGithub==1.55
119119
PyJWT==2.4.0
120-
pymsalruntime==0.16.2
120+
pymsalruntime==0.18.1
121121
PyNaCl==1.5.0
122122
pyOpenSSL==25.0.0
123123
python-dateutil==2.8.0

0 commit comments

Comments
 (0)