Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

update azure-cli, azure-cli-core, and msal #721

Merged
merged 8 commits into from
Mar 24, 2021
4 changes: 2 additions & 2 deletions src/cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msal~=1.9.0
msal~=1.10.0
requests~=2.25.1
jmespath~=0.10.0
semver~=2.13.0
Expand All @@ -11,7 +11,7 @@ azure-storage-blob~=12.8
azure-applicationinsights==0.1.0
tenacity==6.3.1
docstring_parser==0.7.3
azure-cli-core==2.20.0
azure-cli-core==2.21.0
# cryptography needs to be pinned to the version used by azure-cli-core
cryptography<3.4,>=3.2
# PyJWT needs to be pinned to the version used by azure-cli-core
Expand Down
4 changes: 2 additions & 2 deletions src/deployment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
azure-cli-core==2.20.0
azure-cli==2.20.0
azure-cli-core==2.21.0
azure-cli==2.21.0
azure-cosmosdb-table==1.0.6
azure-graphrbac==0.60.0
azure-mgmt-eventgrid==3.0.0rc7
Expand Down