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: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ base-runtime = [
"jsonpointer>=3.0.0",
"jsonschema>=4.25.1",
"hypercorn>=0.14.4",
# TODO: remove this pin once regression in rolo with multiheaders is fixed
"localstack-twisted==24.3.0",
"localstack-twisted>=25.0",
"openapi-core>=0.19.2",
"pydantic>=2.11.9",
"pyopenssl>=23.0.0",
Expand All @@ -76,8 +75,7 @@ base-runtime = [
"urllib3>=2.0.7",
"Werkzeug>=3.1.3",
"xmltodict>=0.13.0",
# TODO: remove this pin once regression with multiheaders is fixed
"rolo==0.7.6",
"rolo>=0.8.1",
]

# required to actually run localstack on the host
Expand Down
4 changes: 2 additions & 2 deletions requirements-base-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jsonschema-specifications==2025.9.1
# openapi-schema-validator
lazy-object-proxy==1.12.0
# via openapi-spec-validator
localstack-twisted==24.3.0
localstack-twisted==25.5.0
# via localstack-core (pyproject.toml)
markdown-it-py==4.0.0
# via rich
Expand Down Expand Up @@ -171,7 +171,7 @@ rfc3339-validator==0.1.4
# via openapi-schema-validator
rich==14.3.2
# via localstack-core (pyproject.toml)
rolo==0.7.6
rolo==0.8.1
# via localstack-core (pyproject.toml)
rpds-py==0.30.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ librt==0.7.8
# via mypy
localstack-snapshot==0.3.3
# via localstack-core
localstack-twisted==24.3.0
localstack-twisted==25.5.0
# via localstack-core
markdown-it-py==4.0.0
# via rich
Expand Down Expand Up @@ -440,7 +440,7 @@ rich==14.3.2
# via
# localstack-core
# localstack-core (pyproject.toml)
rolo==0.7.6
rolo==0.8.1
# via localstack-core
rpds-py==0.30.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ kclpy-ext==3.0.5
# via localstack-core (pyproject.toml)
lazy-object-proxy==1.12.0
# via openapi-spec-validator
localstack-twisted==24.3.0
localstack-twisted==25.5.0
# via localstack-core
markdown-it-py==4.0.0
# via rich
Expand Down Expand Up @@ -312,7 +312,7 @@ rich==14.3.2
# via
# localstack-core
# localstack-core (pyproject.toml)
rolo==0.7.6
rolo==0.8.1
# via localstack-core
rpds-py==0.30.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ lazy-object-proxy==1.12.0
# via openapi-spec-validator
localstack-snapshot==0.3.3
# via localstack-core (pyproject.toml)
localstack-twisted==24.3.0
localstack-twisted==25.5.0
# via localstack-core
markdown-it-py==4.0.0
# via rich
Expand Down Expand Up @@ -391,7 +391,7 @@ rich==14.3.2
# via
# localstack-core
# localstack-core (pyproject.toml)
rolo==0.7.6
rolo==0.8.1
# via localstack-core
rpds-py==0.30.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements-typehint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ librt==0.7.8
# via mypy
localstack-snapshot==0.3.3
# via localstack-core
localstack-twisted==24.3.0
localstack-twisted==25.5.0
# via localstack-core
markdown-it-py==4.0.0
# via rich
Expand Down Expand Up @@ -640,7 +640,7 @@ rich==14.3.2
# via
# localstack-core
# localstack-core (pyproject.toml)
rolo==0.7.6
rolo==0.8.1
# via localstack-core
rpds-py==0.30.0
# via
Expand Down
Loading