From c70240ac5f72ddb8c9315279f5aa0e75fd69a9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:03:54 +0000 Subject: [PATCH] Bump uvicorn from 0.50.2 to 0.51.0 in /backend Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.50.2 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.50.2...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] --- backend/requirements-docker.txt | 2 +- backend/src/requirements_docker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-docker.txt b/backend/requirements-docker.txt index 83daf21..1e85fe2 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -5,4 +5,4 @@ httpx==0.28.1 pydantic==2.13.4 python-multipart==0.0.32 python-jose==3.5.0 -uvicorn==0.50.2 +uvicorn==0.51.0 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 0f152e9..38de681 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -15,4 +15,4 @@ pytest-mock==3.15.1 python-jose==3.5.0 python-multipart==0.0.32 SQLAlchemy==2.0.51 -uvicorn==0.50.2 \ No newline at end of file +uvicorn==0.51.0 \ No newline at end of file