Skip to content
Open
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 @@ -135,7 +135,7 @@ pydantic==2.12.5
# via localstack-core (pyproject.toml)
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
pygments==2.20.0
# via rich
pyopenssl==25.3.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements-basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ psutil==7.2.2
# via localstack-core (pyproject.toml)
pycparser==3.0
# via cffi
pygments==2.19.2
pygments==2.20.0
# via rich
python-dotenv==1.2.2
# via localstack-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ pydantic==2.12.5
# openapi-spec-validator
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
pygments==2.20.0
# via
# pytest
# rich
Expand Down
2 changes: 1 addition & 1 deletion requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ pydantic==2.12.5
# localstack-core
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
pygments==2.20.0
# via rich
pymongo==4.16.0
# via localstack-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ pydantic==2.12.5
# localstack-core
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
pygments==2.20.0
# via
# pytest
# rich
Expand Down
2 changes: 1 addition & 1 deletion requirements-typehint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ pydantic==2.12.5
# openapi-spec-validator
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
pygments==2.20.0
# via
# pytest
# rich
Expand Down
Loading