Skip to content

Commit f928956

Browse files
build(deps): bump starlette from 1.0.1 to 1.2.0
Bumps [starlette](https://github.com/Kludex/starlette) from 1.0.1 to 1.2.0. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@1.0.1...1.2.0) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93151d5 commit f928956

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
# Pin starlette >=0.49.1 to fix CVE-2025-62727 (Range header DoS in
1313
# FileResponse). FastAPI <0.120 caps starlette below 0.49, so we also
1414
# bump the FastAPI floor to 0.120.
15-
"starlette>=1.0.0,<1.1",
15+
"starlette>=1.0.0,<1.3",
1616
"uvicorn[standard]>=0.30,<0.48",
1717
"pydantic>=2.7,<3",
1818
"typer>=0.12,<0.26",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)