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
2 changes: 1 addition & 1 deletion requirements-base-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ typing-extensions==4.15.0
# localstack-twisted
# openapi-core
# readerwriterlock
urllib3==2.6.2
urllib3==2.6.3
# via
# botocore
# docker
Expand Down
2 changes: 1 addition & 1 deletion requirements-basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ rich==14.2.0
# via localstack-core (pyproject.toml)
semver==3.0.4
# via localstack-core (pyproject.toml)
urllib3==2.6.2
urllib3==2.6.3
# via requests
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
urllib3==2.6.2
urllib3==2.6.3
# via
# botocore
# docker
Expand Down
2 changes: 1 addition & 1 deletion requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
urllib3==2.6.2
urllib3==2.6.3
# via
# botocore
# docker
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
urllib3==2.6.2
urllib3==2.6.3
# via
# botocore
# docker
Expand Down
2 changes: 1 addition & 1 deletion requirements-typehint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
urllib3==2.6.2
urllib3==2.6.3
# via
# botocore
# docker
Expand Down
Loading