Skip to content

Commit

Permalink
releng - upgrade dependencies (#5846)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt committed Jun 9, 2020
1 parent 2faa9ff commit 06e91dc
Show file tree
Hide file tree
Showing 25 changed files with 248 additions and 247 deletions.
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ atomicwrites==1.4.0; sys_platform == "win32"
attrs==19.3.0
aws-xray-sdk==2.5.0
bleach==3.1.5
boto3==1.13.18
botocore==1.16.18
certifi==2020.4.5.1
boto3==1.13.24
botocore==1.16.24
certifi==2020.4.5.2
cffi==1.14.0; sys_platform == "linux"
chardet==3.0.4
colorama==0.4.3; sys_platform == "win32" or platform_system == "Windows"
Expand All @@ -20,7 +20,7 @@ filelock==3.0.12
flake8==3.8.2
future==0.18.2
idna==2.9
importlib-metadata==1.6.0
importlib-metadata==1.6.1
importlib-resources==1.5.0; python_version < "3.7"
jeepney==0.4.3; sys_platform == "linux"
jmespath==0.10.0
Expand Down Expand Up @@ -62,13 +62,13 @@ six==1.15.0
tabulate==0.8.7
termcolor==1.1.0
toml==0.10.1
tox==3.15.1
tqdm==4.46.0
tox==3.15.2
tqdm==4.46.1
twine==3.1.1
urllib3==1.25.9
vcrpy==4.0.2
virtualenv==20.0.21
wcwidth==0.1.9
wcwidth==0.2.4
webencodings==0.5.1
wrapt==1.12.1
yarl==1.4.2; python_version >= "3.6"
Expand Down
48 changes: 24 additions & 24 deletions tools/c7n_azure/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions tools/c7n_azure/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
adal==1.2.3
adal==1.2.4
antlr4-python3-runtime==4.8; python_version >= "3.0"
applicationinsights==0.11.9
apscheduler==3.6.3
Expand Down Expand Up @@ -32,7 +32,7 @@ azure-mgmt-datalake-store==0.5.0
azure-mgmt-dns==3.0.0
azure-mgmt-eventgrid==2.2.0
azure-mgmt-eventhub==3.1.0
azure-mgmt-hdinsight==1.4.0
azure-mgmt-hdinsight==1.5.0
azure-mgmt-iothub==0.10.0
azure-mgmt-keyvault==1.1.0
azure-mgmt-logic==3.0.0
Expand All @@ -56,7 +56,7 @@ azure-storage-common==2.1.0
azure-storage-file==2.1.0
azure-storage-queue==2.1.0
bcrypt==3.1.7
certifi==2020.4.5.1
certifi==2020.4.5.2
cffi==1.14.0
chardet==3.0.4
click==7.1.2
Expand All @@ -65,12 +65,12 @@ cryptography==2.9.2
distlib==0.3.0
humanfriendly==4.18
idna==2.9
importlib-metadata==1.6.0
importlib-metadata==1.6.1
isodate==0.6.0
jmespath==0.10.0
jsonpickle==1.4.1
knack==0.6.3
msrest==0.6.14
msrest==0.6.15
msrestazure==0.6.3
netaddr==0.7.19
oauthlib==3.1.0
Expand Down
6 changes: 3 additions & 3 deletions tools/c7n_azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
'azure-storage-blob>=2.1,<2.2',
'azure-storage-file>=2.1.0,<3.0.0',
'azure-storage-queue>=2.1,<2.2',
'boto3 (>=1.13.18,<2.0.0)',
'botocore (>=1.16.18,<2.0.0)',
'boto3 (>=1.13.24,<2.0.0)',
'botocore (>=1.16.24,<2.0.0)',
'c7n (>=0.9.3,<0.10.0)',
'click>=7.0,<8.0',
'distlib>=0.3.0,<0.4.0',
'docutils (>=0.15.2,<0.16.0)',
'importlib-metadata (>=1.6.0,<2.0.0)',
'importlib-metadata (>=1.6.1,<2.0.0)',
'jmespath (>=0.10.0,<0.11.0)',
'jsonpickle>=1.2,<2.0',
'jsonschema (>=3.2.0,<4.0.0)',
Expand Down

0 comments on commit 06e91dc

Please sign in to comment.