浏览代码

Upgrade to newer revisions of azure

Nuwan Goonasekera 4 年之前
父节点
当前提交
d37d79eeb8
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      setup.py

+ 4 - 4
setup.py

@@ -32,14 +32,14 @@ REQS_AWS = [
 # of using the azure umbrella package to speed up installation.
 # of using the azure umbrella package to speed up installation.
 REQS_AZURE = [
 REQS_AZURE = [
     'msrestazure==0.6.4',
     'msrestazure==0.6.4',
-    'azure-identity==1.6.1',
+    'azure-identity==1.7.0',
     'azure-common==1.1.27',
     'azure-common==1.1.27',
     'azure-mgmt-devtestlabs==9.0.0',
     'azure-mgmt-devtestlabs==9.0.0',
     'azure-mgmt-resource==19.0.0',
     'azure-mgmt-resource==19.0.0',
-    'azure-mgmt-compute==23.0.0',
-    'azure-mgmt-network==19.0.0',
+    'azure-mgmt-compute==23.1.0',
+    'azure-mgmt-network==19.2.0',
     'azure-mgmt-storage==19.0.0',
     'azure-mgmt-storage==19.0.0',
-    'azure-storage-blob==12.8.1',
+    'azure-storage-blob==12.9.0',
     'azure-cosmosdb-table==1.0.6',
     'azure-cosmosdb-table==1.0.6',
     'pysftp==0.2.9'
     'pysftp==0.2.9'
 ]
 ]