Skip to content

Commit 15be57e

Browse files
build: bump starlette from 0.50.0 to 0.52.1 (#101)
Bumps [starlette](https://github.com/Kludex/starlette) from 0.50.0 to 0.52.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.50.0...0.52.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.52.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e038bdf commit 15be57e

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
@@ -19,7 +19,7 @@ dependencies = [
1919
"numpy==2.4.1", # Image batch processing
2020
# Security overrides for transitive dependencies
2121
"h11==0.16.0", # CVE fix (uvicorn dep)
22-
"starlette==0.50.0", # CVE fix (fastapi dep)
22+
"starlette==0.52.1", # CVE fix (fastapi dep)
2323
"urllib3==2.6.3", # CVE fix (requests dep)
2424
"protobuf==6.33.5", # CVE fix (onnxruntime dep)
2525
]

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)