mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
update Azure venv - new versions of msrestazure & azure-cli-core to resolve errors (#14109)
https://github.com/trailofbits/algo/issues/1881 I needed the update to azure-cli-core as suggested by @benzin1984 but the new version didn't work for me without an update to msrestazure as well. Dependency changes: msrestazure==0.6.4 azure-cli-core==2.16.0
This commit is contained in:
parent
99473ef104
commit
ec1fa3bb57
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
- packaging
|
- packaging
|
||||||
- requests[security]
|
- requests[security]
|
||||||
- xmltodict
|
- xmltodict
|
||||||
- azure-cli-core==2.0.35
|
- azure-cli-core==2.16.0
|
||||||
- azure-cli-nspkg==3.0.2
|
- azure-cli-nspkg==3.0.2
|
||||||
- azure-common==1.1.11
|
- azure-common==1.1.11
|
||||||
- azure-mgmt-authorization==0.51.1
|
- azure-mgmt-authorization==0.51.1
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
- azure-nspkg==2.0.0
|
- azure-nspkg==2.0.0
|
||||||
- azure-storage==0.35.1
|
- azure-storage==0.35.1
|
||||||
- msrest==0.6.1
|
- msrest==0.6.1
|
||||||
- msrestazure==0.5.0
|
- msrestazure==0.6.4
|
||||||
- azure-keyvault==1.0.0a1
|
- azure-keyvault==1.0.0a1
|
||||||
- azure-graphrbac==0.40.0
|
- azure-graphrbac==0.40.0
|
||||||
- azure-mgmt-cosmosdb==0.5.2
|
- azure-mgmt-cosmosdb==0.5.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue