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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies = [
"sqlalchemy-continuum==1.4.2",
"sqlalchemy-searchable==2.1.0",
"sqlalchemy-utils==0.42.0",
"starlette==0.47.3",
"starlette==0.49.1",
"typing-extensions==4.15.0",
"typing-inspection==0.4.1",
"tzdata==2025.2",
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1071,9 +1071,9 @@ sqlalchemy-utils==0.41.2 \
# nmsamplelocations
# sqlalchemy-continuum
# sqlalchemy-searchable
starlette==0.47.3 \
--hash=sha256:6bc94f839cc176c4858894f1f8908f0ab79dfec1a6b8402f6da9be26ebea52e9 \
--hash=sha256:89c0778ca62a76b826101e7c709e70680a1699ca7da6b44d38eb0a7e61fe4b51
starlette==0.49.1 \
--hash=sha256:481a43b71e24ed8c43b11ea02f5353d77840e01480881b8cb5a26b8cae64a8cb \
--hash=sha256:d92ce9f07e4a3caa3ac13a79523bd18e3bc0042bb8ff2d759a8e7dd0e1859875
# via
# fastapi
# nmsamplelocations
Expand Down
Loading