Skip to content

Commit

Permalink
{Core} Bump MSAL to 1.28.0 and PyMSALRuntime to 0.14.2a1 (Azure#28634)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Apr 1, 2024
1 parent 1310c61 commit e440e03
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'jmespath',
'knack~=0.11.0',
'msal-extensions~=1.0.0',
'msal[broker]==1.27.0',
'msal[broker]==1.28.0',
'msrestazure~=0.6.4',
'packaging>=20.9',
'paramiko>=2.0.8,<4.0.0',
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jsondiff==2.0.0
knack==0.11.0
MarkupSafe==2.0.1
msal-extensions==1.0.0
msal[broker]==1.27.0
msal[broker]==1.28.0
msrest==0.7.1
msrestazure==0.6.4
oauthlib==3.2.2
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jsondiff==2.0.0
knack==0.11.0
MarkupSafe==2.0.1
msal-extensions==1.0.0
msal[broker]==1.27.0
msal[broker]==1.28.0
msrest==0.7.1
msrestazure==0.6.4
oauthlib==3.2.2
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jsondiff==2.0.0
knack==0.11.0
MarkupSafe==2.0.1
msal-extensions==1.0.0
msal[broker]==1.27.0
msal[broker]==1.28.0
msrest==0.7.1
msrestazure==0.6.4
oauthlib==3.2.2
Expand All @@ -120,7 +120,7 @@ pycomposefile==0.0.30
pycparser==2.19
PyGithub==1.55
PyJWT==2.4.0
pymsalruntime==0.14.0
pymsalruntime==0.14.2a1
PyNaCl==1.5.0
pyOpenSSL==24.0.0
python-dateutil==2.8.0
Expand Down

0 comments on commit e440e03

Please sign in to comment.