From b820bc98a9d92f9bba2d267022688f425719f9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:05:39 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.49.0 to 0.51.0 in /python Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.49.0 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.49.0...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/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 2c384fc..7d78d96 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,7 +3,7 @@ # Web server fastapi==0.139.0 -uvicorn==0.49.0 +uvicorn==0.51.0 # Images Pillow==12.3.0