From d29a89e863acea88786a72b5f2394964802f7f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 09:44:58 +0000 Subject: [PATCH] chore(deps): 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.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-lock.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-lock.txt b/backend/requirements-lock.txt index b2c9031..7a136d3 100644 --- a/backend/requirements-lock.txt +++ b/backend/requirements-lock.txt @@ -44,6 +44,6 @@ truststore==0.10.4 typing-inspection==0.4.2 typing_extensions==4.16.0 tzdata==2026.3 -uvicorn==0.51.0 +uvicorn==0.52.0 watchfiles==1.2.0 websockets==16.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index bd9e98f..1b13675 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ fastapi>=0.116.0 -uvicorn[standard]>=0.51.0 +uvicorn[standard]>=0.52.0 SQLAlchemy>=2.0.41 alembic>=1.18.5 psycopg[binary]>=3.3.4