From 64b7b59e2812bb212715ae2a2266c60c481bdbdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:06:34 +0000 Subject: [PATCH] Bump uvicorn from 0.51.0 to 0.52.0 in /backend Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.51.0 to 0.52.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.51.0...0.52.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.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 e29fd30..3b80d5c 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.51.0 +uvicorn==0.52.0 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 5192818..8d09f01 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.51.0 \ No newline at end of file +uvicorn==0.52.0 \ No newline at end of file