Skip to content

Commit

Permalink
Upgrade pinned Python dependencies (#10669)
Browse files Browse the repository at this point in the history
  • Loading branch information
localstack-bot committed Apr 16, 2024
1 parent 581dc54 commit 4b72d6e
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 64 deletions.
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.3.5
rev: v0.3.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
8 changes: 4 additions & 4 deletions requirements-base-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiofiles==23.2.1
# via quart
attrs==23.2.0
# via localstack-twisted
awscrt==0.20.6
awscrt==0.20.9
# via localstack-core (pyproject.toml)
blinker==1.7.0
# via
Expand All @@ -25,7 +25,7 @@ build==1.2.1
# via localstack-core (pyproject.toml)
cachetools==5.3.3
# via localstack-core (pyproject.toml)
cbor2==5.6.2
cbor2==5.6.3
# via localstack-core (pyproject.toml)
certifi==2024.2.2
# via requests
Expand Down Expand Up @@ -74,7 +74,7 @@ hyperframe==6.0.1
# via h2
hyperlink==21.0.0
# via localstack-twisted
idna==3.6
idna==3.7
# via
# hyperlink
# localstack-twisted
Expand Down Expand Up @@ -190,7 +190,7 @@ wsproto==1.2.0
# via hypercorn
xmltodict==0.13.0
# via localstack-core (pyproject.toml)
zope-interface==6.2
zope-interface==6.3
# via localstack-twisted

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements-basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dnslib==0.9.24
# via localstack-core (pyproject.toml)
dnspython==2.6.1
# via localstack-core (pyproject.toml)
idna==3.6
idna==3.7
# via requests
markdown-it-py==3.0.0
# via rich
Expand Down
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.136.0
aws-cdk-lib==2.137.0
# via localstack-core
aws-sam-translator==1.87.0
# via
Expand All @@ -47,7 +47,7 @@ aws-xray-sdk==2.13.0
# via moto-ext
awscli==1.32.84
# via localstack-core
awscrt==0.20.6
awscrt==0.20.9
# via localstack-core
blinker==1.7.0
# via
Expand Down Expand Up @@ -80,7 +80,7 @@ cachetools==5.3.3
# localstack-core (pyproject.toml)
cattrs==23.2.3
# via jsii
cbor2==5.6.2
cbor2==5.6.3
# via localstack-core
certifi==2024.2.2
# via
Expand All @@ -92,7 +92,7 @@ cffi==1.16.0
# via cryptography
cfgv==3.4.0
# via pre-commit
cfn-lint==0.86.2
cfn-lint==0.86.3
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -154,7 +154,7 @@ docopt==0.6.2
# via coveralls
docutils==0.16
# via awscli
filelock==3.13.3
filelock==3.13.4
# via virtualenv
flask==3.0.3
# via
Expand Down Expand Up @@ -188,7 +188,7 @@ hyperlink==21.0.0
# via localstack-twisted
identify==2.5.35
# via pre-commit
idna==3.6
idna==3.7
# via
# anyio
# httpx
Expand Down Expand Up @@ -225,7 +225,7 @@ jsii==1.97.0
# aws-cdk-asset-node-proxy-agent-v6
# aws-cdk-lib
# constructs
json5==0.9.24
json5==0.9.25
# via localstack-core
jsondiff==2.0.0
# via moto-ext
Expand All @@ -240,7 +240,7 @@ jsonpath-ng==1.6.1
# moto-ext
jsonpath-rw==1.4.0
# via localstack-core
jsonpickle==3.0.3
jsonpickle==3.0.4
# via jschema-to-python
jsonpointer==2.4
# via jsonpatch
Expand Down Expand Up @@ -350,9 +350,9 @@ pyasn1==0.6.0
# via rsa
pycparser==2.22
# via cffi
pydantic==2.6.4
pydantic==2.7.0
# via aws-sam-translator
pydantic-core==2.16.3
pydantic-core==2.18.1
# via pydantic
pygments==2.17.2
# via rich
Expand Down Expand Up @@ -446,7 +446,7 @@ rsa==4.7.2
# via awscli
rstr==3.2.2
# via localstack-core (pyproject.toml)
ruff==0.3.5
ruff==0.3.7
# via localstack-core (pyproject.toml)
s3transfer==0.10.1
# via
Expand Down Expand Up @@ -528,7 +528,7 @@ xmltodict==0.13.0
# via
# localstack-core
# moto-ext
zope-interface==6.2
zope-interface==6.3
# via localstack-twisted

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 9 additions & 9 deletions requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ aws-xray-sdk==2.13.0
# via moto-ext
awscli==1.32.84
# via localstack-core (pyproject.toml)
awscrt==0.20.6
awscrt==0.20.9
# via localstack-core
blinker==1.7.0
# via
Expand Down Expand Up @@ -65,15 +65,15 @@ cachetools==5.3.3
# airspeed-ext
# localstack-core
# localstack-core (pyproject.toml)
cbor2==5.6.2
cbor2==5.6.3
# via localstack-core
certifi==2024.2.2
# via
# opensearch-py
# requests
cffi==1.16.0
# via cryptography
cfn-lint==0.86.2
cfn-lint==0.86.3
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -141,7 +141,7 @@ hyperframe==6.0.1
# via h2
hyperlink==21.0.0
# via localstack-twisted
idna==3.6
idna==3.7
# via
# hyperlink
# localstack-twisted
Expand All @@ -165,7 +165,7 @@ joserfc==0.9.0
# via moto-ext
jschema-to-python==1.2.3
# via cfn-lint
json5==0.9.24
json5==0.9.25
# via localstack-core (pyproject.toml)
jsondiff==2.0.0
# via moto-ext
Expand All @@ -179,7 +179,7 @@ jsonpath-ng==1.6.1
# moto-ext
jsonpath-rw==1.4.0
# via localstack-core (pyproject.toml)
jsonpickle==3.0.3
jsonpickle==3.0.4
# via jschema-to-python
jsonpointer==2.4
# via jsonpatch
Expand Down Expand Up @@ -258,9 +258,9 @@ pyasn1==0.6.0
# via rsa
pycparser==2.22
# via cffi
pydantic==2.6.4
pydantic==2.7.0
# via aws-sam-translator
pydantic-core==2.16.3
pydantic-core==2.18.1
# via pydantic
pygments==2.17.2
# via rich
Expand Down Expand Up @@ -395,7 +395,7 @@ xmltodict==0.13.0
# via
# localstack-core
# moto-ext
zope-interface==6.2
zope-interface==6.3
# via localstack-twisted

# The following packages are considered to be unsafe in a requirements file:
Expand Down
20 changes: 10 additions & 10 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.136.0
aws-cdk-lib==2.137.0
# via localstack-core (pyproject.toml)
aws-sam-translator==1.87.0
# via
Expand All @@ -47,7 +47,7 @@ aws-xray-sdk==2.13.0
# via moto-ext
awscli==1.32.84
# via localstack-core
awscrt==0.20.6
awscrt==0.20.9
# via localstack-core
blinker==1.7.0
# via
Expand Down Expand Up @@ -80,7 +80,7 @@ cachetools==5.3.3
# localstack-core (pyproject.toml)
cattrs==23.2.3
# via jsii
cbor2==5.6.2
cbor2==5.6.3
# via localstack-core
certifi==2024.2.2
# via
Expand All @@ -90,7 +90,7 @@ certifi==2024.2.2
# requests
cffi==1.16.0
# via cryptography
cfn-lint==0.86.2
cfn-lint==0.86.3
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -172,7 +172,7 @@ hyperframe==6.0.1
# via h2
hyperlink==21.0.0
# via localstack-twisted
idna==3.6
idna==3.7
# via
# anyio
# httpx
Expand Down Expand Up @@ -209,7 +209,7 @@ jsii==1.97.0
# aws-cdk-asset-node-proxy-agent-v6
# aws-cdk-lib
# constructs
json5==0.9.24
json5==0.9.25
# via localstack-core
jsondiff==2.0.0
# via moto-ext
Expand All @@ -224,7 +224,7 @@ jsonpath-ng==1.6.1
# moto-ext
jsonpath-rw==1.4.0
# via localstack-core
jsonpickle==3.0.3
jsonpickle==3.0.4
# via jschema-to-python
jsonpointer==2.4
# via jsonpatch
Expand Down Expand Up @@ -321,9 +321,9 @@ pyasn1==0.6.0
# via rsa
pycparser==2.22
# via cffi
pydantic==2.6.4
pydantic==2.7.0
# via aws-sam-translator
pydantic-core==2.16.3
pydantic-core==2.18.1
# via pydantic
pygments==2.17.2
# via rich
Expand Down Expand Up @@ -489,7 +489,7 @@ xmltodict==0.13.0
# via
# localstack-core
# moto-ext
zope-interface==6.2
zope-interface==6.3
# via localstack-twisted

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 4b72d6e

Please sign in to comment.