Skip to content

Commit

Permalink
releng - fix boto3 and botocore (cloud-custodian#8083)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisshi authored Dec 15, 2022
1 parent 2335648 commit ef8bd56
Show file tree
Hide file tree
Showing 31 changed files with 585 additions and 585 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ argcomplete==2.0.0 ; python_version >= "3.7" and python_version < "4.0"
attrs==22.1.0 ; python_version >= "3.7" and python_version < "4.0"
aws-xray-sdk==2.11.0 ; python_version >= "3.7" and python_version < "4.0"
bleach==5.0.1 ; python_version >= "3.7" and python_version < "4.0"
boto3==1.26.29 ; python_version >= "3.7" and python_version < "4.0"
botocore==1.29.29 ; python_version >= "3.7" and python_version < "4.0"
boto3==1.26.30 ; python_version >= "3.7" and python_version < "4.0"
botocore==1.29.30 ; python_version >= "3.7" and python_version < "4.0"
certifi==2022.12.7 ; python_version >= "3.7" and python_version < "4.0"
cffi==1.15.1 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux"
charset-normalizer==2.0.12 ; python_version >= "3.7" and python_version < "4.0"
Expand Down
14 changes: 7 additions & 7 deletions tools/c7n_awscc/poetry.lock

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

4 changes: 2 additions & 2 deletions tools/c7n_awscc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
install_requires = \
['argcomplete (>=2.0.0,<3.0.0)',
'attrs (>=22.1.0,<23.0.0)',
'boto3 (>=1.26.29,<2.0.0)',
'botocore (>=1.29.29,<2.0.0)',
'boto3 (>=1.26.30,<2.0.0)',
'botocore (>=1.29.30,<2.0.0)',
'c7n (>=0.9.21,<0.10.0)',
'click>=8.0,<9.0',
'docutils (>=0.17.1,<0.18.0)',
Expand Down
14 changes: 7 additions & 7 deletions tools/c7n_azure/poetry.lock

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

4 changes: 2 additions & 2 deletions tools/c7n_azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
'azure-storage-file-share>=12.4.1,<13.0.0',
'azure-storage-file>=2.1.0,<3.0.0',
'azure-storage-queue>=12.1.5,<13.0.0',
'boto3 (>=1.26.29,<2.0.0)',
'botocore (>=1.29.29,<2.0.0)',
'boto3 (>=1.26.30,<2.0.0)',
'botocore (>=1.29.30,<2.0.0)',
'c7n (>=0.9.21,<0.10.0)',
'click>=8.0,<9.0',
'cryptography>=3.4.6',
Expand Down
Loading

0 comments on commit ef8bd56

Please sign in to comment.