Skip to content
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
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.13.3
rev: v0.14.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ runtime = [
"json5>=0.9.11",
"jsonpath-ng>=1.6.1",
"jsonpath-rw>=1.4.0",
"moto-ext[all]>=5.1.12.post22",
# TODO revert pin once moto upgrade is completed
# "moto-ext[all]>=5.1.12.post22",
"moto-ext[all]==5.1.14.post7",
Comment on lines +96 to +98
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will be removed and bumped in the follow up PR #13262

"opensearch-py>=2.4.1",
"pymongo>=4.2.0",
"pyopenssl>=23.0.0",
Expand Down
8 changes: 4 additions & 4 deletions requirements-base-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ botocore==1.40.45
# s3transfer
build==1.3.0
# via localstack-core (pyproject.toml)
cachetools==6.2.0
cachetools==6.2.1
# via localstack-core (pyproject.toml)
cbor2==5.7.0
# via localstack-core (pyproject.toml)
certifi==2025.10.5
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via localstack-core (pyproject.toml)
Expand Down Expand Up @@ -62,7 +62,7 @@ hyperframe==6.1.0
# via h2
hyperlink==21.0.0
# via localstack-twisted
idna==3.10
idna==3.11
# via
# hyperlink
# localstack-twisted
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==14.1.0
rich==14.2.0
# via localstack-core (pyproject.toml)
rolo==0.7.6
# via localstack-core (pyproject.toml)
Expand Down
8 changes: 4 additions & 4 deletions requirements-basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
build==1.3.0
# via localstack-core (pyproject.toml)
cachetools==6.2.0
cachetools==6.2.1
# via localstack-core (pyproject.toml)
certifi==2025.10.5
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via localstack-core (pyproject.toml)
Expand All @@ -24,7 +24,7 @@ dnslib==0.9.26
# via localstack-core (pyproject.toml)
dnspython==2.8.0
# via localstack-core (pyproject.toml)
idna==3.10
idna==3.11
# via requests
markdown-it-py==4.0.0
# via rich
Expand All @@ -48,7 +48,7 @@ pyyaml==6.0.3
# via localstack-core (pyproject.toml)
requests==2.32.5
# via localstack-core (pyproject.toml)
rich==14.1.0
rich==14.2.0
# via localstack-core (pyproject.toml)
semver==3.0.4
# via localstack-core (pyproject.toml)
Expand Down
34 changes: 17 additions & 17 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ aws-cdk-asset-awscli-v1==2.2.242
# via aws-cdk-lib
aws-cdk-asset-node-proxy-agent-v6==2.1.0
# via aws-cdk-lib
aws-cdk-cloud-assembly-schema==48.12.0
aws-cdk-cloud-assembly-schema==48.14.0
# via aws-cdk-lib
aws-cdk-lib==2.219.0
# via localstack-core
aws-sam-translator==1.100.0
aws-sam-translator==1.101.0
# via
# cfn-lint
# localstack-core
Expand Down Expand Up @@ -61,7 +61,7 @@ build==1.3.0
# via
# localstack-core
# localstack-core (pyproject.toml)
cachetools==6.2.0
cachetools==6.2.1
# via
# airspeed-ext
# localstack-core
Expand All @@ -80,9 +80,9 @@ cffi==2.0.0
# via cryptography
cfgv==3.4.0
# via pre-commit
cfn-lint==1.40.0
cfn-lint==1.40.1
# via moto-ext
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via
Expand Down Expand Up @@ -142,7 +142,7 @@ docutils==0.19
# via awscli
events==0.5
# via opensearch-py
filelock==3.19.1
filelock==3.20.0
# via virtualenv
graphql-core==3.2.6
# via moto-ext
Expand Down Expand Up @@ -170,7 +170,7 @@ hyperlink==21.0.0
# via localstack-twisted
identify==2.6.15
# via pre-commit
idna==3.10
idna==3.11
# via
# anyio
# httpx
Expand All @@ -191,7 +191,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
joserfc==1.3.4
joserfc==1.4.0
# via moto-ext
jpype1==1.6.0
# via localstack-core
Expand Down Expand Up @@ -296,7 +296,7 @@ pathable==0.4.4
# via jsonschema-path
pathspec==0.12.1
# via mypy
platformdirs==4.4.0
platformdirs==4.5.0
# via virtualenv
pluggy==1.6.0
# via
Expand Down Expand Up @@ -337,15 +337,15 @@ pyasn1==0.6.1
# via rsa
pycparser==2.23
# via cffi
pydantic==2.11.10
pydantic==2.12.1
# via aws-sam-translator
pydantic-core==2.33.2
pydantic-core==2.41.3
# via pydantic
pygments==2.19.2
# via
# pytest
# rich
pymongo==4.15.2
pymongo==4.15.3
# via localstack-core
pyopenssl==25.3.0
# via
Expand All @@ -365,7 +365,7 @@ pytest==8.4.2
# pytest-tinybird
pytest-httpserver==1.1.3
# via localstack-core
pytest-rerunfailures==16.0.1
pytest-rerunfailures==16.1
# via localstack-core
pytest-split==0.10.0
# via localstack-core
Expand Down Expand Up @@ -419,7 +419,7 @@ responses==0.25.8
# via moto-ext
rfc3339-validator==0.1.4
# via openapi-schema-validator
rich==14.1.0
rich==14.2.0
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand All @@ -433,7 +433,7 @@ rsa==4.7.2
# via awscli
rstr==3.2.2
# via localstack-core (pyproject.toml)
ruff==0.13.3
ruff==0.14.0
# via localstack-core (pyproject.toml)
s3transfer==0.14.0
# via
Expand Down Expand Up @@ -487,9 +487,9 @@ urllib3==2.5.0
# opensearch-py
# requests
# responses
virtualenv==20.34.0
virtualenv==20.35.3
# via pre-commit
websocket-client==1.8.0
websocket-client==1.9.0
# via localstack-core
werkzeug==3.1.3
# via
Expand Down
20 changes: 10 additions & 10 deletions requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ attrs==25.4.0
# jsonschema
# localstack-twisted
# referencing
aws-sam-translator==1.100.0
aws-sam-translator==1.101.0
# via
# cfn-lint
# localstack-core (pyproject.toml)
Expand Down Expand Up @@ -49,7 +49,7 @@ build==1.3.0
# via
# localstack-core
# localstack-core (pyproject.toml)
cachetools==6.2.0
cachetools==6.2.1
# via
# airspeed-ext
# localstack-core
Expand All @@ -62,9 +62,9 @@ certifi==2025.10.5
# requests
cffi==2.0.0
# via cryptography
cfn-lint==1.40.0
cfn-lint==1.40.1
# via moto-ext
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via
Expand Down Expand Up @@ -124,7 +124,7 @@ hyperframe==6.1.0
# via h2
hyperlink==21.0.0
# via localstack-twisted
idna==3.10
idna==3.11
# via
# hyperlink
# localstack-twisted
Expand All @@ -139,7 +139,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
joserfc==1.3.4
joserfc==1.4.0
# via moto-ext
jpype1==1.6.0
# via localstack-core (pyproject.toml)
Expand Down Expand Up @@ -239,13 +239,13 @@ pyasn1==0.6.1
# via rsa
pycparser==2.23
# via cffi
pydantic==2.11.10
pydantic==2.12.1
# via aws-sam-translator
pydantic-core==2.33.2
pydantic-core==2.41.3
# via pydantic
pygments==2.19.2
# via rich
pymongo==4.15.2
pymongo==4.15.3
# via localstack-core (pyproject.toml)
pyopenssl==25.3.0
# via
Expand Down Expand Up @@ -300,7 +300,7 @@ responses==0.25.8
# via moto-ext
rfc3339-validator==0.1.4
# via openapi-schema-validator
rich==14.1.0
rich==14.2.0
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand Down
26 changes: 13 additions & 13 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ aws-cdk-asset-awscli-v1==2.2.242
# via aws-cdk-lib
aws-cdk-asset-node-proxy-agent-v6==2.1.0
# via aws-cdk-lib
aws-cdk-cloud-assembly-schema==48.12.0
aws-cdk-cloud-assembly-schema==48.14.0
# via aws-cdk-lib
aws-cdk-lib==2.219.0
# via localstack-core (pyproject.toml)
aws-sam-translator==1.100.0
aws-sam-translator==1.101.0
# via
# cfn-lint
# localstack-core
Expand Down Expand Up @@ -61,7 +61,7 @@ build==1.3.0
# via
# localstack-core
# localstack-core (pyproject.toml)
cachetools==6.2.0
cachetools==6.2.1
# via
# airspeed-ext
# localstack-core
Expand All @@ -78,9 +78,9 @@ certifi==2025.10.5
# requests
cffi==2.0.0
# via cryptography
cfn-lint==1.40.0
cfn-lint==1.40.1
# via moto-ext
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via
Expand Down Expand Up @@ -154,7 +154,7 @@ hyperframe==6.1.0
# via h2
hyperlink==21.0.0
# via localstack-twisted
idna==3.10
idna==3.11
# via
# anyio
# httpx
Expand All @@ -175,7 +175,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
joserfc==1.3.4
joserfc==1.4.0
# via moto-ext
jpype1==1.6.0
# via localstack-core
Expand Down Expand Up @@ -301,15 +301,15 @@ pyasn1==0.6.1
# via rsa
pycparser==2.23
# via cffi
pydantic==2.11.10
pydantic==2.12.1
# via aws-sam-translator
pydantic-core==2.33.2
pydantic-core==2.41.3
# via pydantic
pygments==2.19.2
# via
# pytest
# rich
pymongo==4.15.2
pymongo==4.15.3
# via localstack-core
pyopenssl==25.3.0
# via
Expand All @@ -327,7 +327,7 @@ pytest==8.4.2
# pytest-tinybird
pytest-httpserver==1.1.3
# via localstack-core (pyproject.toml)
pytest-rerunfailures==16.0.1
pytest-rerunfailures==16.1
# via localstack-core (pyproject.toml)
pytest-split==0.10.0
# via localstack-core (pyproject.toml)
Expand Down Expand Up @@ -379,7 +379,7 @@ responses==0.25.8
# via moto-ext
rfc3339-validator==0.1.4
# via openapi-schema-validator
rich==14.1.0
rich==14.2.0
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand Down Expand Up @@ -442,7 +442,7 @@ urllib3==2.5.0
# opensearch-py
# requests
# responses
websocket-client==1.8.0
websocket-client==1.9.0
# via localstack-core (pyproject.toml)
werkzeug==3.1.3
# via
Expand Down
Loading
Loading