From 47c9e970838395ac6dec75db2e38c3531dc2428f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 19:07:22 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.32.1 to 0.51.0 in /python-server Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.32.1 to 0.51.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.32.1...0.51.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-server/requirements.txt b/python-server/requirements.txt index 8ca89ed..60aeb53 100644 --- a/python-server/requirements.txt +++ b/python-server/requirements.txt @@ -2,7 +2,7 @@ # pip-audit (see requirements-dev.txt) after any change. fastapi==0.139.2 starlette==1.3.1 -uvicorn==0.32.1 +uvicorn==0.51.0 httpx==0.27.2 python-multipart==0.0.31 numpy==2.1.2