Skip to content

Commit

Permalink
Merge pull request #283 from newscorp-ghfb/release
Browse files Browse the repository at this point in the history
[AUTOMATED] Changes from Sandbox
  • Loading branch information
CarloGiannattasio authored Apr 29, 2024
2 parents 605ac03 + e61074f commit 3a63746
Show file tree
Hide file tree
Showing 10 changed files with 253 additions and 304 deletions.
149 changes: 81 additions & 68 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers=[
custodian = 'c7n.cli:main'

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.9"
boto3 = "^1.12.31"
jsonschema = ">=3.0.0"
argcomplete = ">=1.12.3"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bleach==5.0.1 ; 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"
cffi==1.16.0 ; 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"
click==8.1.3 ; python_version >= "3.7" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/c7n_azure/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ azure-storage-file==2.1.0 ; python_version >= "3.7" and python_version < "4.0"
azure-storage-queue==12.5.0 ; python_version >= "3.7" and python_version < "4.0"
backports-zoneinfo==0.2.1 ; python_version >= "3.7" and python_version < "3.9"
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"
cffi==1.16.0 ; python_version >= "3.7" and python_version < "4.0"
charset-normalizer==2.0.12 ; python_version >= "3.7" and python_version < "4.0"
click==8.1.3 ; python_version >= "3.7" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows"
Expand Down
2 changes: 1 addition & 1 deletion tools/c7n_gcp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ google-api-python-client = "^2.0"

# pin these for now
google-api-core = "2.10.2"
grpcio = "1.49.1"
grpcio = "*"

# pin for cos-python-sdk-v5
requests = "2.27.1"
Expand Down
4 changes: 2 additions & 2 deletions tools/c7n_gcp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ google-resumable-media==2.4.0 ; python_version >= "3.7" and python_version < "4.
googleapis-common-protos==1.57.0 ; python_version >= "3.7" and python_version < "4.0"
googleapis-common-protos[grpc]==1.57.0 ; python_version >= "3.7" and python_version < "4.0"
grpc-google-iam-v1==0.12.4 ; python_version >= "3.7" and python_version < "4.0"
grpcio-status==1.49.1 ; python_version >= "3.7" and python_version < "4.0"
grpcio==1.49.1 ; python_version >= "3.7" and python_version < "4.0"
grpcio-status==1.59.3 ; python_version >= "3.7" and python_version < "4.0"
grpcio==1.59.3 ; 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"
Expand Down
2 changes: 1 addition & 1 deletion tools/c7n_mailer/poetry.lock

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

388 changes: 162 additions & 226 deletions tools/c7n_policystream/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tools/c7n_policystream/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ packages = [{"include" = "policystream.py"}]
c7n-policystream = 'policystream:cli'

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.9"
click = "^8.0"
# pin for cos-python-sdk-v5
requests = "2.27.1"
pyyaml = ">=5.4.0"
pygit2 = "^1.9"
boto3 = "^1.12.0"
pygit2 = "^1.14.1"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
Expand Down
2 changes: 1 addition & 1 deletion tools/c7n_policystream/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ idna==3.4 ; python_version >= "3.7" and python_version < "4.0"
importlib-metadata==4.13.0 ; python_version >= "3.7" and python_version < "3.8"
jmespath==1.0.1 ; python_version >= "3.7" and python_version < "4.0"
pycparser==2.21 ; python_version >= "3.7" and python_version < "4.0"
pygit2==1.10.1 ; python_version >= "3.7" and python_version < "4.0"
pygit2==1.14.1 ; python_version >= "3.7" and python_version < "4.0"
python-dateutil==2.8.2 ; python_version >= "3.7" and python_version < "4.0"
pyyaml==6.0 ; python_version >= "3.7" and python_version < "4.0"
requests==2.27.1 ; python_version >= "3.7" and python_version < "4.0"
Expand Down

0 comments on commit 3a63746

Please sign in to comment.