Skip to content

Commit

Permalink
tools/c7n_policystream - bump pygit2 dependency (cloud-custodian#8058)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkerrigan authored Dec 14, 2022
1 parent f7b59e1 commit 243c14f
Show file tree
Hide file tree
Showing 34 changed files with 221 additions and 217 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.28 ; python_version >= "3.7" and python_version < "4.0"
botocore==1.29.28 ; 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"
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.28,<2.0.0)',
'botocore (>=1.29.28,<2.0.0)',
'boto3 (>=1.26.29,<2.0.0)',
'botocore (>=1.29.29,<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.28,<2.0.0)',
'botocore (>=1.29.28,<2.0.0)',
'boto3 (>=1.26.29,<2.0.0)',
'botocore (>=1.29.29,<2.0.0)',
'c7n (>=0.9.21,<0.10.0)',
'click>=8.0,<9.0',
'cryptography>=3.4.6',
Expand Down
50 changes: 25 additions & 25 deletions tools/c7n_gcp/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_gcp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ certifi==2022.12.7 ; python_version >= "3.7" and python_version < "4.0"
charset-normalizer==2.0.12 ; python_version >= "3.7" and python_version < "4.0"
google-api-core==2.10.2 ; python_version >= "3.7" and python_version < "4.0"
google-api-core[grpc]==2.10.2 ; python_version >= "3.7" and python_version < "4.0"
google-api-python-client==2.69.0 ; python_version >= "3.7" and python_version < "4.0"
google-api-python-client==2.70.0 ; python_version >= "3.7" and python_version < "4.0"
google-auth-httplib2==0.1.0 ; python_version >= "3.7" and python_version < "4.0"
google-auth==2.15.0 ; python_version >= "3.7" and python_version < "4.0"
google-cloud-appengine-logging==1.1.6 ; python_version >= "3.7" and python_version < "4.0"
Expand All @@ -22,7 +22,7 @@ grpcio==1.49.1 ; python_version >= "3.7" and python_version < "4.0"
httplib2==0.21.0 ; python_version >= "3.7" and python_version < "4.0"
idna==3.4 ; python_version >= "3.7" and python_version < "4.0"
proto-plus==1.22.1 ; python_version >= "3.7" and python_version < "4.0"
protobuf==4.21.11 ; python_version >= "3.7" and python_version < "4.0"
protobuf==4.21.12 ; python_version >= "3.7" and python_version < "4.0"
pyasn1-modules==0.2.8 ; python_version >= "3.7" and python_version < "4.0"
pyasn1==0.4.8 ; python_version >= "3.7" and python_version < "4.0"
pyparsing==3.0.9 ; python_version >= "3.7" and python_version < "4.0"
Expand Down
4 changes: 2 additions & 2 deletions tools/c7n_gcp/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.28,<2.0.0)',
'botocore (>=1.29.28,<2.0.0)',
'boto3 (>=1.26.29,<2.0.0)',
'botocore (>=1.29.29,<2.0.0)',
'c7n (>=0.9.21,<0.10.0)',
'docutils (>=0.17.1,<0.18.0)',
'google-api-core==2.10.2',
Expand Down
14 changes: 7 additions & 7 deletions tools/c7n_kube/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_kube/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
install_requires = \
['argcomplete (>=2.0.0,<3.0.0)',
'attrs (>=22.1.0,<23.0.0)',
'boto3 (>=1.26.28,<2.0.0)',
'botocore (>=1.29.28,<2.0.0)',
'boto3 (>=1.26.29,<2.0.0)',
'botocore (>=1.29.29,<2.0.0)',
'c7n (>=0.9.21,<0.10.0)',
'docutils (>=0.17.1,<0.18.0)',
'importlib-metadata (>=4.13.0,<5.0.0)',
Expand Down
14 changes: 7 additions & 7 deletions tools/c7n_left/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_left/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
install_requires = [
"argcomplete (>=2.0.0,<3.0.0)",
"attrs (>=22.1.0,<23.0.0)",
"boto3 (>=1.26.28,<2.0.0)",
"botocore (>=1.29.28,<2.0.0)",
"boto3 (>=1.26.29,<2.0.0)",
"botocore (>=1.29.29,<2.0.0)",
"c7n (>=0.9.21,<0.10.0)",
"click>=8.0",
"docutils (>=0.17.1,<0.18.0)",
Expand Down
Loading

0 comments on commit 243c14f

Please sign in to comment.