Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️Full upgrade autoscaling/clusters-keeper #6915

Merged
merged 5 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
133 changes: 70 additions & 63 deletions services/autoscaling/requirements/_base.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions services/autoscaling/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ deepdiff
docker
faker
fakeredis[lua]
flaky
httpx
moto[server]
psutil
Expand Down
110 changes: 56 additions & 54 deletions services/autoscaling/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,40 @@ annotated-types==0.7.0
# pydantic
antlr4-python3-runtime==4.13.2
# via moto
anyio==4.3.0
anyio==4.7.0
# via
# -c requirements/_base.txt
# httpx
asgi-lifespan==2.1.0
# via -r requirements/_test.in
attrs==23.2.0
attrs==24.2.0
# via
# -c requirements/_base.txt
# jsonschema
# referencing
aws-sam-translator==1.89.0
aws-sam-translator==1.94.0
# via cfn-lint
aws-xray-sdk==2.14.0
# via moto
blinker==1.8.2
blinker==1.9.0
# via flask
boto3==1.34.131
boto3==1.35.36
# via
# -c requirements/_base.txt
# aws-sam-translator
# moto
botocore==1.34.131
botocore==1.35.36
# via
# -c requirements/_base.txt
# aws-xray-sdk
# boto3
# moto
# s3transfer
botocore-stubs==1.34.94
botocore-stubs==1.35.76
# via
# -c requirements/_base.txt
# types-aiobotocore
certifi==2024.2.2
certifi==2024.8.30
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
Expand All @@ -46,21 +46,21 @@ certifi==2024.2.2
# requests
cffi==1.17.1
# via cryptography
cfn-lint==1.10.3
cfn-lint==1.20.2
# via moto
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -c requirements/_base.txt
# requests
click==8.1.7
# via
# -c requirements/_base.txt
# flask
coverage==7.6.1
coverage==7.6.9
# via
# -r requirements/_test.in
# pytest-cov
cryptography==43.0.1
cryptography==44.0.0
# via
# -c requirements/../../../requirements/constraints.txt
# joserfc
Expand All @@ -71,35 +71,37 @@ docker==7.1.0
# via
# -r requirements/_test.in
# moto
faker==29.0.0
faker==33.1.0
# via -r requirements/_test.in
fakeredis==2.24.1
fakeredis==2.26.1
# via -r requirements/_test.in
flask==3.0.3
flaky==3.8.1
# via -r requirements/_test.in
flask==3.1.0
# via
# flask-cors
# moto
flask-cors==5.0.0
# via moto
graphql-core==3.2.4
graphql-core==3.2.5
# via moto
h11==0.14.0
# via
# -c requirements/_base.txt
# httpcore
httpcore==1.0.5
httpcore==1.0.7
# via
# -c requirements/_base.txt
# httpx
httpx==0.27.0
httpx==0.28.0
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# -r requirements/_test.in
# respx
icdiff==2.0.7
# via pytest-icdiff
idna==3.7
idna==3.10
# via
# -c requirements/_base.txt
# anyio
Expand All @@ -120,29 +122,29 @@ jmespath==1.0.1
# -c requirements/_base.txt
# boto3
# botocore
joserfc==1.0.0
joserfc==1.0.1
# via moto
jsondiff==2.2.1
# via moto
jsonpatch==1.33
# via cfn-lint
jsonpath-ng==1.6.1
jsonpath-ng==1.7.0
# via moto
jsonpointer==3.0.0
# via jsonpatch
jsonschema==4.22.0
jsonschema==4.23.0
# via
# -c requirements/_base.txt
# aws-sam-translator
# jsonschema-spec
# openapi-schema-validator
# openapi-spec-validator
jsonschema-path==0.3.3
jsonschema-spec==0.1.3
# via openapi-spec-validator
jsonschema-specifications==2023.7.1
jsonschema-specifications==2024.10.1
# via
# -c requirements/_base.txt
# jsonschema
# openapi-schema-validator
lazy-object-proxy==1.10.0
# via openapi-spec-validator
lupa==2.2
Expand All @@ -156,11 +158,11 @@ moto==5.0.15
# via -r requirements/_test.in
mpmath==1.3.0
# via sympy
networkx==3.3
networkx==3.4.2
# via cfn-lint
openapi-schema-validator==0.6.2
openapi-schema-validator==0.4.3
# via openapi-spec-validator
openapi-spec-validator==0.7.1
openapi-spec-validator==0.5.5
# via moto
orderly-set==5.2.2
# via deepdiff
Expand All @@ -170,7 +172,7 @@ packaging==24.2
# pytest
# pytest-sugar
pathable==0.4.3
# via jsonschema-path
# via jsonschema-spec
pluggy==1.5.0
# via pytest
ply==3.11
Expand All @@ -185,7 +187,7 @@ py-partiql-parser==0.5.6
# via moto
pycparser==2.22
# via cffi
pydantic==2.10.2
pydantic==2.10.3
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
Expand All @@ -194,9 +196,9 @@ pydantic-core==2.27.1
# via
# -c requirements/_base.txt
# pydantic
pyparsing==3.1.4
pyparsing==3.2.0
# via moto
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/_test.in
# pytest-asyncio
Expand All @@ -208,7 +210,7 @@ pytest-asyncio==0.23.8
# via
# -c requirements/../../../requirements/constraints.txt
# -r requirements/_test.in
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/_test.in
pytest-icdiff==0.9
# via -r requirements/_test.in
Expand All @@ -234,27 +236,25 @@ pyyaml==6.0.2
# -c requirements/_base.txt
# cfn-lint
# jsondiff
# jsonschema-path
# jsonschema-spec
# moto
# responses
redis==5.0.4
redis==5.2.1
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# fakeredis
referencing==0.29.3
referencing==0.35.1
# via
# -c requirements/_base.txt
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2024.9.11
regex==2024.11.6
# via cfn-lint
requests==2.32.3
# via
# -c requirements/_base.txt
# docker
# jsonschema-path
# moto
# responses
responses==0.25.3
Expand All @@ -263,18 +263,18 @@ respx==0.21.1
# via -r requirements/_test.in
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.18.1
rpds-py==0.22.3
# via
# -c requirements/_base.txt
# jsonschema
# referencing
s3transfer==0.10.1
s3transfer==0.10.4
# via
# -c requirements/_base.txt
# boto3
setuptools==74.0.0
setuptools==75.6.0
# via moto
six==1.16.0
six==1.17.0
# via
# -c requirements/_base.txt
# python-dateutil
Expand All @@ -284,34 +284,33 @@ sniffio==1.3.1
# -c requirements/_base.txt
# anyio
# asgi-lifespan
# httpx
sortedcontainers==2.4.0
# via
# -c requirements/_base.txt
# fakeredis
sympy==1.13.3
# via cfn-lint
termcolor==2.4.0
termcolor==2.5.0
# via pytest-sugar
types-aiobotocore==2.13.0
types-aiobotocore==2.15.2.post3
# via
# -c requirements/_base.txt
# -r requirements/_test.in
types-aiobotocore-ec2==2.13.0
types-aiobotocore-ec2==2.15.2
# via
# -c requirements/_base.txt
# types-aiobotocore
types-aiobotocore-iam==2.13.3
types-aiobotocore-iam==2.15.2
# via types-aiobotocore
types-aiobotocore-s3==2.13.0
types-aiobotocore-s3==2.15.2.post1
# via
# -c requirements/_base.txt
# types-aiobotocore
types-aiobotocore-ssm==2.13.0
types-aiobotocore-ssm==2.15.2
# via
# -c requirements/_base.txt
# types-aiobotocore
types-awscrt==0.20.9
types-awscrt==0.23.3
# via
# -c requirements/_base.txt
# botocore-stubs
Expand All @@ -320,8 +319,11 @@ types-pyyaml==6.0.12.20240917
typing-extensions==4.12.2
# via
# -c requirements/_base.txt
# anyio
# aws-sam-translator
# cfn-lint
# faker
# jsonschema-spec
# pydantic
# pydantic-core
# types-aiobotocore
Expand All @@ -337,13 +339,13 @@ urllib3==2.2.3
# docker
# requests
# responses
werkzeug==3.0.4
werkzeug==3.1.3
# via
# flask
# moto
wrapt==1.16.0
wrapt==1.17.0
# via
# -c requirements/_base.txt
# aws-xray-sdk
xmltodict==0.13.0
xmltodict==0.14.2
# via moto
Loading
Loading