Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
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
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ base-runtime = [
"jsonpointer>=3.0.0",
"jsonschema>=4.25.1",
"hypercorn>=0.14.4",
"localstack-twisted>=23.0",
# TODO: remove this pin once regression in rolo with multiheaders is fixed
"localstack-twisted==24.3.0",
"openapi-core>=0.19.2",
"pydantic>=2.11.9",
"pyopenssl>=23.0.0",
Expand All @@ -76,7 +77,8 @@ base-runtime = [
"urllib3>=2.0.7",
"Werkzeug>=3.1.3",
"xmltodict>=0.13.0",
"rolo>=0.7",
# TODO: remove this pin once regression with multiheaders is fixed
"rolo==0.7.6",
]

# required to actually run localstack on the host
Expand Down
8 changes: 4 additions & 4 deletions requirements-base-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ botocore==1.42.34
# boto3
# localstack-core (pyproject.toml)
# s3transfer
cachetools==6.2.5
cachetools==7.0.0
# via localstack-core (pyproject.toml)
cbor2==5.8.0
# via localstack-core (pyproject.toml)
Expand All @@ -36,7 +36,7 @@ click==8.3.1
# via localstack-core (pyproject.toml)
constantly==23.10.4
# via localstack-twisted
cryptography==46.0.3
cryptography==46.0.4
# via
# localstack-core (pyproject.toml)
# pyopenssl
Expand Down Expand Up @@ -127,7 +127,7 @@ priority==1.3.0
# via
# hypercorn
# localstack-twisted
psutil==7.2.1
psutil==7.2.2
# via localstack-core (pyproject.toml)
pycparser==3.0
# via cffi
Expand Down Expand Up @@ -169,7 +169,7 @@ requests-aws4auth==1.3.1
# via localstack-core (pyproject.toml)
rfc3339-validator==0.1.4
# via openapi-schema-validator
rich==14.3.1
rich==14.3.2
# 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,7 +6,7 @@
#
asn1crypto==1.5.1
# via localstack-core (pyproject.toml)
cachetools==6.2.5
cachetools==7.0.0
# via localstack-core (pyproject.toml)
certifi==2026.1.4
# via requests
Expand All @@ -16,7 +16,7 @@ charset-normalizer==3.4.4
# via requests
click==8.3.1
# via localstack-core (pyproject.toml)
cryptography==46.0.3
cryptography==46.0.4
# via localstack-core (pyproject.toml)
dnslib==0.9.26
# via localstack-core (pyproject.toml)
Expand All @@ -30,7 +30,7 @@ mdurl==0.1.2
# via markdown-it-py
plux==1.14.0
# via localstack-core (pyproject.toml)
psutil==7.2.1
psutil==7.2.2
# via localstack-core (pyproject.toml)
pycparser==3.0
# via cffi
Expand All @@ -42,7 +42,7 @@ pyyaml==6.0.3
# via localstack-core (pyproject.toml)
requests==2.32.5
# via localstack-core (pyproject.toml)
rich==14.3.1
rich==14.3.2
# via localstack-core (pyproject.toml)
semver==3.0.4
# via localstack-core (pyproject.toml)
Expand Down
24 changes: 11 additions & 13 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ aws-cdk-asset-node-proxy-agent-v6==2.1.0
# via aws-cdk-lib
aws-cdk-cloud-assembly-schema==48.20.0
# via aws-cdk-lib
aws-cdk-lib==2.236.0
aws-cdk-lib==2.237.0
# via localstack-core
aws-sam-translator==1.106.0
aws-sam-translator==1.107.0
# via
# cfn-lint
# localstack-core
# moto-ext
aws-xray-sdk==2.15.0
# via moto-ext
awscli==1.44.24
Expand All @@ -62,7 +61,7 @@ botocore==1.42.34
# localstack-core
# moto-ext
# s3transfer
cachetools==6.2.5
cachetools==7.0.0
# via
# airspeed-ext
# localstack-core
Expand All @@ -81,7 +80,7 @@ cffi==2.0.0
# via cryptography
cfgv==3.5.0
# via pre-commit
cfn-lint==1.41.0
cfn-lint==1.43.4
# via moto-ext
charset-normalizer==3.4.4
# via requests
Expand All @@ -104,7 +103,7 @@ coveralls==4.0.2
# via localstack-core (pyproject.toml)
crontab==1.0.5
# via localstack-core
cryptography==46.0.3
cryptography==46.0.4
# via
# joserfc
# localstack-core
Expand Down Expand Up @@ -259,7 +258,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.8.0
# via openapi-core
moto-ext==5.1.20.post22
moto-ext==5.1.18.post6
# via localstack-core
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -330,9 +329,9 @@ priority==1.3.0
# via
# hypercorn
# localstack-twisted
protobuf==6.33.4
protobuf==6.33.5
# via opensearch-protobufs
psutil==7.2.1
psutil==7.2.2
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand All @@ -350,11 +349,10 @@ pyasn1==0.6.2
# via rsa
pycparser==3.0
# via cffi
pydantic==2.12.4
pydantic==2.12.5
# via
# aws-sam-translator
# localstack-core
# moto-ext
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
Expand Down Expand Up @@ -438,7 +436,7 @@ responses==0.25.8
# moto-ext
rfc3339-validator==0.1.4
# via openapi-schema-validator
rich==14.3.1
rich==14.3.2
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand Down Expand Up @@ -514,7 +512,7 @@ werkzeug==3.1.5
# openapi-core
# pytest-httpserver
# rolo
wrapt==2.0.1
wrapt==2.1.1
# via aws-xray-sdk
wsproto==1.3.2
# via hypercorn
Expand Down
22 changes: 10 additions & 12 deletions requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ attrs==25.4.0
# jsonschema
# localstack-twisted
# referencing
aws-sam-translator==1.106.0
aws-sam-translator==1.107.0
# via
# cfn-lint
# localstack-core (pyproject.toml)
# moto-ext
aws-xray-sdk==2.15.0
# via moto-ext
awscli==1.44.24
Expand All @@ -50,7 +49,7 @@ botocore==1.42.34
# localstack-core
# moto-ext
# s3transfer
cachetools==6.2.5
cachetools==7.0.0
# via
# airspeed-ext
# localstack-core
Expand All @@ -63,7 +62,7 @@ certifi==2026.1.4
# requests
cffi==2.0.0
# via cryptography
cfn-lint==1.41.0
cfn-lint==1.43.4
# via moto-ext
charset-normalizer==3.4.4
# via requests
Expand All @@ -77,7 +76,7 @@ constantly==23.10.4
# via localstack-twisted
crontab==1.0.5
# via localstack-core (pyproject.toml)
cryptography==46.0.3
cryptography==46.0.4
# via
# joserfc
# localstack-core
Expand Down Expand Up @@ -192,7 +191,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.8.0
# via openapi-core
moto-ext==5.1.20.post22
moto-ext==5.1.18.post6
# via localstack-core (pyproject.toml)
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -233,9 +232,9 @@ priority==1.3.0
# via
# hypercorn
# localstack-twisted
protobuf==6.33.4
protobuf==6.33.5
# via opensearch-protobufs
psutil==7.2.1
psutil==7.2.2
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand All @@ -245,11 +244,10 @@ pyasn1==0.6.2
# via rsa
pycparser==3.0
# via cffi
pydantic==2.12.4
pydantic==2.12.5
# via
# aws-sam-translator
# localstack-core
# moto-ext
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
Expand Down Expand Up @@ -310,7 +308,7 @@ responses==0.25.8
# moto-ext
rfc3339-validator==0.1.4
# via openapi-schema-validator
rich==14.3.1
rich==14.3.2
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand Down Expand Up @@ -366,7 +364,7 @@ werkzeug==3.1.5
# moto-ext
# openapi-core
# rolo
wrapt==2.0.1
wrapt==2.1.1
# via aws-xray-sdk
wsproto==1.3.2
# via hypercorn
Expand Down
24 changes: 11 additions & 13 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ aws-cdk-asset-node-proxy-agent-v6==2.1.0
# via aws-cdk-lib
aws-cdk-cloud-assembly-schema==48.20.0
# via aws-cdk-lib
aws-cdk-lib==2.236.0
aws-cdk-lib==2.237.0
# via localstack-core (pyproject.toml)
aws-sam-translator==1.106.0
aws-sam-translator==1.107.0
# via
# cfn-lint
# localstack-core
# moto-ext
aws-xray-sdk==2.15.0
# via moto-ext
awscli==1.44.24
Expand All @@ -62,7 +61,7 @@ botocore==1.42.34
# localstack-core
# moto-ext
# s3transfer
cachetools==6.2.5
cachetools==7.0.0
# via
# airspeed-ext
# localstack-core
Expand All @@ -79,7 +78,7 @@ certifi==2026.1.4
# requests
cffi==2.0.0
# via cryptography
cfn-lint==1.41.0
cfn-lint==1.43.4
# via moto-ext
charset-normalizer==3.4.4
# via requests
Expand All @@ -97,7 +96,7 @@ coverage==7.13.2
# via localstack-core (pyproject.toml)
crontab==1.0.5
# via localstack-core
cryptography==46.0.3
cryptography==46.0.4
# via
# joserfc
# localstack-core
Expand Down Expand Up @@ -238,7 +237,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.8.0
# via openapi-core
moto-ext==5.1.20.post22
moto-ext==5.1.18.post6
# via localstack-core
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -287,9 +286,9 @@ priority==1.3.0
# via
# hypercorn
# localstack-twisted
protobuf==6.33.4
protobuf==6.33.5
# via opensearch-protobufs
psutil==7.2.1
psutil==7.2.2
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand All @@ -307,11 +306,10 @@ pyasn1==0.6.2
# via rsa
pycparser==3.0
# via cffi
pydantic==2.12.4
pydantic==2.12.5
# via
# aws-sam-translator
# localstack-core
# moto-ext
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
Expand Down Expand Up @@ -389,7 +387,7 @@ responses==0.25.8
# moto-ext
rfc3339-validator==0.1.4
# via openapi-schema-validator
rich==14.3.1
rich==14.3.2
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand Down Expand Up @@ -458,7 +456,7 @@ werkzeug==3.1.5
# openapi-core
# pytest-httpserver
# rolo
wrapt==2.0.1
wrapt==2.1.1
# via aws-xray-sdk
wsproto==1.3.2
# via hypercorn
Expand Down
Loading
Loading