Skip to content

Upgrade pinned Python dependencies #6

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.4
rev: v0.6.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
4 changes: 2 additions & 2 deletions requirements-base-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ hyperframe==6.0.1
# via h2
hyperlink==21.0.0
# via localstack-twisted
idna==3.8
idna==3.10
# via
# hyperlink
# localstack-twisted
Expand Down Expand Up @@ -185,7 +185,7 @@ typing-extensions==4.12.2
# via
# localstack-twisted
# readerwriterlock
urllib3==2.2.2
urllib3==2.2.3
# via
# botocore
# docker
Expand Down
4 changes: 2 additions & 2 deletions requirements-basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dnslib==0.9.25
# via localstack-core (pyproject.toml)
dnspython==2.6.1
# via localstack-core (pyproject.toml)
idna==3.8
idna==3.10
# via requests
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -54,5 +54,5 @@ semver==3.0.2
# via localstack-core (pyproject.toml)
tailer==0.4.1
# via localstack-core (pyproject.toml)
urllib3==2.2.2
urllib3==2.2.3
# via requests
20 changes: 10 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ 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==36.0.24
aws-cdk-cloud-assembly-schema==36.0.25
# via aws-cdk-lib
aws-cdk-lib==2.157.0
aws-cdk-lib==2.158.0
# via localstack-core
aws-sam-translator==1.91.0
# via
Expand Down Expand Up @@ -85,7 +85,7 @@ cffi==1.17.1
# via cryptography
cfgv==3.4.0
# via pre-commit
cfn-lint==1.12.4
cfn-lint==1.14.0
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -173,9 +173,9 @@ hyperframe==6.0.1
# via h2
hyperlink==21.0.0
# via localstack-twisted
identify==2.6.0
identify==2.6.1
# via pre-commit
idna==3.8
idna==3.10
# via
# anyio
# httpx
Expand Down Expand Up @@ -295,7 +295,7 @@ parse==1.20.2
# via openapi-core
pathable==0.4.3
# via jsonschema-path
platformdirs==4.3.2
platformdirs==4.3.3
# via virtualenv
pluggy==1.5.0
# via
Expand Down Expand Up @@ -333,7 +333,7 @@ publication==0.0.3
# jsii
py-partiql-parser==0.5.5
# via moto-ext
pyasn1==0.6.0
pyasn1==0.6.1
# via rsa
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -397,7 +397,7 @@ referencing==0.35.1
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2024.7.24
regex==2024.9.11
# via cfn-lint
requests==2.32.3
# via
Expand Down Expand Up @@ -432,7 +432,7 @@ rsa==4.7.2
# via awscli
rstr==3.2.2
# via localstack-core (pyproject.toml)
ruff==0.6.4
ruff==0.6.5
# via localstack-core (pyproject.toml)
s3transfer==0.10.2
# via
Expand Down Expand Up @@ -477,7 +477,7 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# readerwriterlock
urllib3==2.2.2
urllib3==2.2.3
# via
# botocore
# docker
Expand Down
10 changes: 5 additions & 5 deletions requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ certifi==2024.8.30
# requests
cffi==1.17.1
# via cryptography
cfn-lint==1.12.4
cfn-lint==1.14.0
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -126,7 +126,7 @@ hyperframe==6.0.1
# via h2
hyperlink==21.0.0
# via localstack-twisted
idna==3.8
idna==3.10
# via
# hyperlink
# localstack-twisted
Expand Down Expand Up @@ -236,7 +236,7 @@ psutil==6.0.0
# localstack-core (pyproject.toml)
py-partiql-parser==0.5.5
# via moto-ext
pyasn1==0.6.0
pyasn1==0.6.1
# via rsa
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -283,7 +283,7 @@ referencing==0.35.1
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2024.7.24
regex==2024.9.11
# via cfn-lint
requests==2.32.3
# via
Expand Down Expand Up @@ -343,7 +343,7 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# readerwriterlock
urllib3==2.2.2
urllib3==2.2.3
# via
# botocore
# docker
Expand Down
14 changes: 7 additions & 7 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ 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==36.0.24
aws-cdk-cloud-assembly-schema==36.0.25
# via aws-cdk-lib
aws-cdk-lib==2.157.0
aws-cdk-lib==2.158.0
# via localstack-core (pyproject.toml)
aws-sam-translator==1.91.0
# via
Expand Down Expand Up @@ -83,7 +83,7 @@ certifi==2024.8.30
# requests
cffi==1.17.1
# via cryptography
cfn-lint==1.12.4
cfn-lint==1.14.0
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -159,7 +159,7 @@ hyperframe==6.0.1
# via h2
hyperlink==21.0.0
# via localstack-twisted
idna==3.8
idna==3.10
# via
# anyio
# httpx
Expand Down Expand Up @@ -303,7 +303,7 @@ publication==0.0.3
# jsii
py-partiql-parser==0.5.5
# via moto-ext
pyasn1==0.6.0
pyasn1==0.6.1
# via rsa
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -364,7 +364,7 @@ referencing==0.35.1
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2024.7.24
regex==2024.9.11
# via cfn-lint
requests==2.32.3
# via
Expand Down Expand Up @@ -439,7 +439,7 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# readerwriterlock
urllib3==2.2.2
urllib3==2.2.3
# via
# botocore
# docker
Expand Down
Loading