Skip to content

Commit

Permalink
{Core} Bump MSAL to 1.17.0 (#21530)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Mar 8, 2022
1 parent 28da7dc commit 88846cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -52,7 +52,7 @@
'jmespath',
'knack~=0.9.0',
'msal-extensions>=0.3.1,<0.4',
'msal>=1.16.0,<2.0.0',
'msal>=1.17.0,<2.0.0',
'msrestazure~=0.6.4',
'packaging>=20.9,<22.0',
'paramiko>=2.0.8,<3.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 @@ -110,7 +110,7 @@ jsondiff==1.3.0
knack==0.9.0
MarkupSafe==1.1.1
msal-extensions==0.3.1
msal==1.16.0
msal==1.17.0
msrest==0.6.21
msrestazure==0.6.4
oauthlib==3.0.1
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 @@ -111,7 +111,7 @@ jsondiff==1.3.0
knack==0.9.0
MarkupSafe==1.1.1
msal-extensions==0.3.1
msal==1.16.0
msal==1.17.0
msrest==0.6.21
msrestazure==0.6.4
oauthlib==3.0.1
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jsondiff==1.3.0
knack==0.9.0
MarkupSafe==1.1.1
msal-extensions==0.3.1
msal==1.16.0
msal==1.17.0
msrest==0.6.21
msrestazure==0.6.4
oauthlib==3.0.1
Expand Down

0 comments on commit 88846cd

Please sign in to comment.