Skip to content

Commit

Permalink
{Core} Bump MSAL to 1.10.0 (#17240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Mar 11, 2021
1 parent 5a82f8f commit cfd1c02
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 @@ -53,7 +53,7 @@
'humanfriendly>=4.7,<10.0',
'jmespath',
'knack==0.8.0rc2',
'msal~=1.9',
'msal>=1.10.0,<2.0.0',
# Dependencies of the vendored subscription SDK
# https://github.com/Azure/azure-sdk-for-python/blob/ab12b048ddf676fe0ccec16b2167117f0609700d/sdk/resources/azure-mgmt-resource/setup.py#L82-L86
'msrest>=0.5.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 @@ -107,7 +107,7 @@ jsmin==2.2.2
knack==0.8.0rc2
MarkupSafe==1.1.1
mock==4.0.2
msal==1.9.0
msal==1.10.0
msrest==0.6.21
msrestazure==0.6.3
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 @@ -108,7 +108,7 @@ jsmin==2.2.2
knack==0.8.0rc2
MarkupSafe==1.1.1
mock==4.0.2
msal==1.9.0
msal==1.10.0
msrest==0.6.21
msrestazure==0.6.3
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 @@ -107,7 +107,7 @@ jsmin==2.2.2
knack==0.8.0rc2
MarkupSafe==1.1.1
mock==4.0.2
msal==1.9.0
msal==1.10.0
msrest==0.6.21
msrestazure==0.6.3
oauthlib==3.0.1
Expand Down

0 comments on commit cfd1c02

Please sign in to comment.