8000 Upgrade pinned Python dependencies by localstack-bot · Pull Request #11654 · localstack/localstack · GitHub
[go: up one dir, main page]

Skip to content

Upgrade pinned Python dependencies #11654

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

Merged
merged 1 commit into from
Oct 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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.8
rev: v0.6.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
# Run the formatter.
- id: ruff-format

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down
13 changes: 6 additions & 7 deletions requirements-base-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ attrs==24.2.0
# jsonschema
# localstack-twisted
# referencing
awscrt==0.21.5
awscrt==0.22.0
# via localstack-core (pyproject.toml)
boto3==1.35.34
# via localstack-core (pyproject.toml)
Expand All @@ -18,7 +18,7 @@ botocore==1.35.34
# boto3
# localstack-core (pyproject.toml)
# s3transfer
build==1.2.2
build==1.2.2.post1
# via localstack-core (pyproject.toml)
cachetools==5.5.0
# via localstack-core (pyproject.toml)
Expand All @@ -42,7 +42,7 @@ dill==0.3.6
# via localstack-core (pyproject.toml)
dnslib==0.9.25
# via localstack-core (pyproject.toml)
dnspython==2.6.1
dnspython==2.7.0
# via localstack-core (pyproject.toml)
docker==7.1.0
# via localstack-core (pyproject.toml)
Expand All @@ -69,7 +69,7 @@ idna==3.10
# requests
incremental==24.7.2
# via localstack-twisted
isodate==0.6.1
isodate==0.7.0
# via openapi-core
jmespath==1.0.1
# via
Expand Down Expand Up @@ -98,7 +98,7 @@ localstack-twisted==24.3.0
# via localstack-core (pyproject.toml)
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.0
# via werkzeug
mdurl==0.1.2
# via markdown-it-py
Expand Down Expand Up @@ -162,7 +162,7 @@ requests-aws4auth==1.3.1
# via localstack-core (pyproject.toml)
rfc3339-validator==0.1.4
# via openapi-schema-validator
rich==13.8.1
rich==13.9.2
# via localstack-core (pyproject.toml)
rolo==0.7.1
# via localstack-core (pyproject.toml)
Expand All @@ -176,7 +176,6 @@ semver==3.0.2
# via localstack-core (pyproject.toml)
six==1.16.0
# via
# isodate
# python-dateutil
# rfc3339-validator
tailer==0.4.1
Expand Down
6 changes: 3 additions & 3 deletions requirements-basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements-basic.txt --strip-extras --unsafe-package=distribute --unsafe-package=localstack-core --unsafe-package=pip --unsafe-package=setuptools pyproject.toml
#
build==1.2.2
build==1.2.2.post1
# via localstack-core (pyproject.toml)
cachetools==5.5.0
# via localstack-core (pyproject.toml)
Expand All @@ -22,7 +22,7 @@ dill==0.3.6
# via localstack-core (pyproject.toml)
dnslib==0.9.25
# via localstack-core (pyproject.toml)
dnspython==2.6.1
dnspython==2.7.0
# via localstack-core (pyproject.toml)
idna==3.10
# via requests
Expand All @@ -48,7 +48,7 @@ pyyaml==6.0.2
# via localstack-core (pyproject.toml)
requests==2.32.3
# via localstack-core (pyproject.toml)
rich==13.8.1
rich==13.9.2
# via localstack-core (pyproject.toml)
semver==3.0.2
# via localstack-core (pyproject.toml)
Expand Down
33 changes: 16 additions & 17 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ attrs==24.2.0
# jsonschema
# localstack-twisted
# referencing
aws-cdk-asset-awscli-v1==2.2.205
aws-cdk-asset-awscli-v1==2.2.206
# via aws-cdk-lib
aws-cdk-asset-kubectl-v20==2.1.2
# via aws-cdk-lib
aws-cdk-asset-node-proxy-agent-v6==2.1.0
# via aws-cdk-lib
aws-cdk-cloud-assembly-schema==38.0.1
# via aws-cdk-lib
aws-cdk-lib==2.160.0
aws-cdk-lib==2.161.1
# via localstack-core
aws-sam-translator==1.91.0
# via
Expand All @@ -45,7 +45,7 @@ aws-xray-sdk==2.14.0
# via moto-ext
awscli==1.35.0
# via localstack-core
awscrt==0.21.5
awscrt==0.22.0
# via localstack-core
boto3==1.35.34
# via
Expand All @@ -62,7 +62,7 @@ botocore==1.35.34
# localstack-snapshot
# moto-ext
# s3transfer
build==1.2.2
build==1.2.2.post1
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand All @@ -85,7 +85,7 @@ cffi==1.17.1
# via cryptography
cfgv==3.4.0
# via pre-commit
cfn-lint==1.15.2
cfn-lint==1.16.0
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -132,7 +132,7 @@ dnslib==0.9.25
# via
# localstack-core
# localstack-core (pyproject.toml)
dnspython==2.6.1
dnspython==2.7.0
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand Down Expand Up @@ -163,7 +163,7 @@ h2==4.1.0
# localstack-twisted
hpack==4.0.0
# via h2
httpcore==1.0.5
httpcore==1.0.6
# via httpx
httpx==0.27.2
# via localstack-core
Expand All @@ -188,7 +188,7 @@ incremental==24.7.2
# via localstack-twisted
iniconfig==2.0.0
# via pytest
isodate==0.6.1
isodate==0.7.0
# via openapi-core
jinja2==3.1.4
# via moto-ext
Expand Down Expand Up @@ -247,7 +247,7 @@ localstack-twisted==24.3.0
# via localstack-core
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.0
# via
# jinja2
# werkzeug
Expand All @@ -259,7 +259,7 @@ moto-ext==5.0.15.post4
# via localstack-core
mpmath==1.3.0
# via sympy
multipart==1.0.0 A3E2
multipart==1.1.0
# via moto-ext
networkx==3.3
# via
Expand Down Expand Up @@ -301,7 +301,7 @@ pluggy==1.5.0
# via
# localstack-core
# pytest
plumbum==1.8.3
plumbum==1.9.0
# via pandoc
plux==1.11.1
# via
Expand All @@ -312,7 +312,7 @@ ply==3.11
# jsonpath-ng
# jsonpath-rw
# pandoc
pre-commit==3.8.0
pre-commit==4.0.0
# via localstack-core (pyproject.toml)
priority==1.3.0
# via
Expand Down Expand Up @@ -343,13 +343,13 @@ pydantic-core==2.23.4
# via pydantic
pygments==2.18.0
# via rich
pymongo==4.10.0
pymongo==4.10.1
# via localstack-core
pyopenssl==24.2.1
# via
# localstack-core
# localstack-twisted
pypandoc==1.13
pypandoc==1.14
# via localstack-core (pyproject.toml)
pyparsing==3.1.4
# via moto-ext
Expand Down Expand Up @@ -418,7 +418,7 @@ responses==0.25.3
# via moto-ext
rfc3339-validator==0.1.4
# via openapi-schema-validator
rich==13.8.1
rich==13.9.2
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand All @@ -432,7 +432,7 @@ rsa==4.7.2
# via awscli
rstr==3.2.2
# via localstack-core (pyproject.toml)
ruff==0.6.8
ruff==0.6.9
# via localstack-core (pyproject.toml)
s3transfer==0.10.2
# via
Expand All @@ -445,7 +445,6 @@ semver==3.0.2
six==1.16.0
# via
# airspeed-ext
# isodate
# jsonpath-rw
# python-dateutil
# rfc3339-validator
Expand Down
19 changes: 9 additions & 10 deletions requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ aws-xray-sdk==2.14.0
# via moto-ext
awscli==1.35.0
# via localstack-core (pyproject.toml)
awscrt==0.21.5
awscrt==0.22.0
# via localstack-core
boto3==1.35.34
# via
Expand All @@ -47,7 +47,7 @@ botocore==1.35.34
# localstack-core
# moto-ext
# s3transfer
build==1.2.2
build==1.2.2.post1
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand All @@ -64,7 +64,7 @@ certifi==2024.8.30
# requests
cffi==1.17.1
# via cryptography
cfn-lint==1.15.2
cfn-lint==1.16.0
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -95,7 +95,7 @@ dnslib==0.9.25
# via
# localstack-core
# localstack-core (pyproject.toml)
dnspython==2.6.1
dnspython==2.7.0
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand Down Expand Up @@ -133,7 +133,7 @@ idna==3.10
# requests
incremental==24.7.2
# via localstack-twisted
isodate==0.6.1
isodate==0.7.0
# via openapi-core
jinja2==3.1.4
# via moto-ext
Expand Down Expand Up @@ -181,7 +181,7 @@ localstack-twisted==24.3.0
# via localstack-core
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.0
# via
# jinja2
# werkzeug
Expand All @@ -193,7 +193,7 @@ moto-ext==5.0.15.post4
# via localstack-core (pyproject.toml)
mpmath==1.3.0
# via sympy
multipart==1.0.0
multipart==1.1.0
# via moto-ext
networkx==3.3
# via cfn-lint
Expand Down Expand Up @@ -246,7 +246,7 @@ pydantic-core==2.23.4
# via pydantic
pygments==2.18.0
# via rich
pymongo==4.10.0
pymongo==4.10.1
# via localstack-core (pyproject.toml)
pyopenssl==24.2.1
# via
Expand Down Expand Up @@ -302,7 +302,7 @@ responses==0.25.3
# via moto-ext
rfc3339-validator==0.1.4
# via openapi-schema-validator
rich==13.8.1
rich==13.9.2
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand All @@ -325,7 +325,6 @@ semver==3.0.2
six==1.16.0
# via
# airspeed-ext
# isodate
# jsonpath-rw
# python-dateutil
# rfc3339-validator
Expand Down
Loading
Loading
0