Skip to content

Commit a3cd997

Browse files
[api] Bump uvicorn from 0.34.2 to 0.35.0 in /backend
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.2 to 0.35.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.34.2...0.35.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 332d654 commit a3cd997

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

backend/poetry.lock

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

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ litestar = {extras = ["prometheus"], version = "^2.16.0"}
1717
httpcore = "^1.0.9"
1818
gunicorn = "23.0.0"
1919
pydantic = "^2.11.5"
20-
uvicorn = {extras = ["standard"], version = "^0.34.2"}
20+
uvicorn = {extras = ["standard"], version = "^0.35.0"}
2121
tomli = "^2.2.1"
2222

2323
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)