Skip to content

Commit

Permalink
Upgrade pinned Python dependencies (#10708)
Browse files Browse the repository at this point in the history
  • Loading branch information
localstack-bot committed Apr 23, 2024
1 parent c860285 commit 720c4d7
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -3,7 +3,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.3.7
rev: v0.4.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
30 changes: 6 additions & 24 deletions requirements-base-runtime.txt
Expand Up @@ -15,14 +15,11 @@ blinker==1.7.0
# flask
# quart
boto3==1.34.84
# via
# localstack-core (pyproject.toml)
# moto-ext
# via localstack-core (pyproject.toml)
botocore==1.34.84
# via
# boto3
# localstack-core (pyproject.toml)
# moto-ext
# s3transfer
build==1.2.1
# via localstack-core (pyproject.toml)
Expand All @@ -46,7 +43,6 @@ constantly==23.10.4
cryptography==42.0.5
# via
# localstack-core (pyproject.toml)
# moto-ext
# pyopenssl
dill==0.3.6
# via localstack-core (pyproject.toml)
Expand Down Expand Up @@ -85,14 +81,13 @@ idna==3.7
# requests
incremental==22.10.0
# via localstack-twisted
itsdangerous==2.1.2
itsdangerous==2.2.0
# via
# flask
# quart
jinja2==3.1.3
# via
# flask
# moto-ext
# quart
jmespath==1.0.1
# via
Expand All @@ -113,7 +108,6 @@ markupsafe==2.1.5
# werkzeug
mdurl==0.1.2
# via markdown-it-py
moto-ext==5.0.5.post1
packaging==24.0
# via
# build
Expand All @@ -139,15 +133,11 @@ pyopenssl==24.1.0
pyproject-hooks==1.0.0
# via build
python-dateutil==2.9.0.post0
# via
# botocore
# moto-ext
# via botocore
python-dotenv==1.0.1
# via localstack-core (pyproject.toml)
pyyaml==6.0.1
# via
# localstack-core (pyproject.toml)
# responses
# via localstack-core (pyproject.toml)
quart==0.19.5
# via localstack-core (pyproject.toml)
readerwriterlock==1.0.9
Expand All @@ -156,17 +146,13 @@ requests==2.31.0
# via
# docker
# localstack-core (pyproject.toml)
# moto-ext
# requests-aws4auth
# responses
# rolo
requests-aws4auth==1.2.3
# via localstack-core (pyproject.toml)
responses==0.25.0
# via moto-ext
rich==13.7.1
# via localstack-core (pyproject.toml)
rolo==0.4.0
rolo==0.5.0
# via localstack-core (pyproject.toml)
s3transfer==0.10.1
# via boto3
Expand All @@ -192,22 +178,18 @@ urllib3==2.2.1
# docker
# localstack-core (pyproject.toml)
# requests
# responses
websocket-client==1.7.0
# via docker
werkzeug==3.0.2
# via
# flask
# localstack-core (pyproject.toml)
# moto-ext
# quart
# rolo
wsproto==1.2.0
# via hypercorn
xmltodict==0.13.0
# via
# localstack-core (pyproject.toml)
# moto-ext
# via localstack-core (pyproject.toml)
zope-interface==6.3
# via localstack-twisted

Expand Down
50 changes: 4 additions & 46 deletions requirements-basic.txt
Expand Up @@ -4,13 +4,6 @@
#
# pip-compile --output-file=requirements-basic.txt --strip-extras --unsafe-package=distribute --unsafe-package=localstack-core --unsafe-package=pip --unsafe-package=setuptools pyproject.toml
#
boto3==1.34.84
# via moto-ext
botocore==1.34.84
# via
# boto3
# moto-ext
# s3transfer
build==1.2.1
# via localstack-core (pyproject.toml)
cachetools==5.3.3
Expand All @@ -24,9 +17,7 @@ charset-normalizer==3.3.2
click==8.1.7
# via localstack-core (pyproject.toml)
cryptography==42.0.5
# via
# localstack-core (pyproject.toml)
# moto-ext
# via localstack-core (pyproject.toml)
dill==0.3.6
# via localstack-core (pyproject.toml)
dnslib==0.9.24
Expand All @@ -35,21 +26,10 @@ dnspython==2.6.1
# via localstack-core (pyproject.toml)
idna==3.7
# via requests
jinja2==3.1.3
# via moto-ext
jmespath==1.0.1
# via
# boto3
# botocore
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via
# jinja2
# werkzeug
mdurl==0.1.2
# via markdown-it-py
moto-ext==5.0.5.post1
packaging==24.0
# via build
pbr==6.0.0
Expand All @@ -64,43 +44,21 @@ pygments==2.17.2
# via rich
pyproject-hooks==1.0.0
# via build
python-dateutil==2.9.0.post0
# via
# botocore
# moto-ext
python-dotenv==1.0.1
# via localstack-core (pyproject.toml)
pyyaml==6.0.1
# via
# localstack-core (pyproject.toml)
# responses
# via localstack-core (pyproject.toml)
requests==2.31.0
# via
# localstack-core (pyproject.toml)
# moto-ext
# responses
responses==0.25.0
# via moto-ext
# via localstack-core (pyproject.toml)
rich==13.7.1
# via localstack-core (pyproject.toml)
s3transfer==0.10.1
# via boto3
semver==3.0.2
# via localstack-core (pyproject.toml)
six==1.16.0
# via python-dateutil
stevedore==5.2.0
# via
# localstack-core (pyproject.toml)
# plux
tailer==0.4.1
# via localstack-core (pyproject.toml)
urllib3==2.2.1
# via
# botocore
# requests
# responses
werkzeug==3.0.2
# via moto-ext
xmltodict==0.13.0
# via moto-ext
# via requests
20 changes: 10 additions & 10 deletions requirements-dev.txt
Expand Up @@ -18,7 +18,7 @@ antlr4-python3-runtime==4.13.1
# moto-ext
anyio==4.3.0
# via httpx
apispec==6.6.0
apispec==6.6.1
# via localstack-core
argparse==1.4.0
# via amazon-kclpy
Expand All @@ -37,7 +37,7 @@ aws-cdk-asset-kubectl-v20==2.1.2
# via aws-cdk-lib
aws-cdk-asset-node-proxy-agent-v6==2.0.3
# via aws-cdk-lib
aws-cdk-lib==2.137.0
aws-cdk-lib==2.138.0
# via localstack-core
aws-sam-translator==1.87.0
# via
Expand Down Expand Up @@ -92,7 +92,7 @@ cffi==1.16.0
# via cryptography
cfgv==3.4.0
# via pre-commit
cfn-lint==0.86.3
cfn-lint==0.86.4
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -186,7 +186,7 @@ hyperframe==6.0.1
# via h2
hyperlink==21.0.0
# via localstack-twisted
identify==2.5.35
identify==2.5.36
# via pre-commit
idna==3.7
# via
Expand All @@ -201,7 +201,7 @@ incremental==22.10.0
# via localstack-twisted
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
itsdangerous==2.2.0
# via
# flask
# quart
Expand Down Expand Up @@ -314,7 +314,7 @@ pbr==6.0.0
# stevedore
platformdirs==4.2.0
# via virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# localstack-core
# pytest
Expand Down Expand Up @@ -414,7 +414,7 @@ referencing==0.31.1
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2023.12.25
regex==2024.4.16
# via cfn-lint
requests==2.31.0
# via
Expand All @@ -439,7 +439,7 @@ rich==13.7.1
# via
# localstack-core
# localstack-core (pyproject.toml)
rolo==0.4.0
rolo==0.5.0
# via localstack-core
rpds-py==0.18.0
# via
Expand All @@ -449,7 +449,7 @@ rsa==4.7.2
# via awscli
rstr==3.2.2
# via localstack-core (pyproject.toml)
ruff==0.3.7
ruff==0.4.1
# via localstack-core (pyproject.toml)
s3transfer==0.10.1
# via
Expand Down Expand Up @@ -509,7 +509,7 @@ urllib3==2.2.1
# opensearch-py
# requests
# responses
virtualenv==20.25.1
virtualenv==20.25.3
# via pre-commit
websocket-client==1.7.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements-runtime.txt
Expand Up @@ -16,7 +16,7 @@ antlr4-python3-runtime==4.13.1
# via
# localstack-core (pyproject.toml)
# moto-ext
apispec==6.6.0
apispec==6.6.1
# via localstack-core (pyproject.toml)
argparse==1.4.0
# via amazon-kclpy
Expand Down Expand Up @@ -73,7 +73,7 @@ certifi==2024.2.2
# requests
cffi==1.16.0
# via cryptography
cfn-lint==0.86.3
cfn-lint==0.86.4
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -148,7 +148,7 @@ idna==3.7
# requests
incremental==22.10.0
# via localstack-twisted
itsdangerous==2.1.2
itsdangerous==2.2.0
# via
# flask
# quart
Expand Down Expand Up @@ -305,7 +305,7 @@ referencing==0.31.1
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2023.12.25
regex==2024.4.16
# via cfn-lint
requests==2.31.0
# via
Expand All @@ -328,7 +328,7 @@ rich==13.7.1
# via
# localstack-core
# localstack-core (pyproject.toml)
rolo==0.4.0
rolo==0.5.0
# via localstack-core
rpds-py==0.18.0
# via
Expand Down

0 comments on commit 720c4d7

Please sign in to comment.