From d932a93312369afd2a76ac4a3029f97b3acde8ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 16:44:42 +0000 Subject: [PATCH] Bump uvicorn from 0.48.0 to 0.53.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.48.0 to 0.53.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.48.0...0.53.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-production.in | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53e59d0..7c458f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.11" dependencies = [ "fastapi==0.136.3", - "uvicorn[standard]==0.48.0", + "uvicorn[standard]==0.53.0", "sqlalchemy==2.0.50", "psycopg[binary]==3.3.4", "alembic==1.18.4", diff --git a/requirements-production.in b/requirements-production.in index 7191e9c..44c2480 100644 --- a/requirements-production.in +++ b/requirements-production.in @@ -10,7 +10,7 @@ wheel==0.48.0 alembic==1.18.4 fastapi==0.136.3 -uvicorn[standard]==0.48.0 +uvicorn[standard]==0.53.0 sqlalchemy==2.0.50 psycopg[binary]==3.3.4 pydantic-settings==2.14.2 diff --git a/requirements.txt b/requirements.txt index 8ed0ed8..1ccafc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -86,7 +86,7 @@ typing_extensions==4.15.0 tzdata==2026.2 uncertainties==3.2.3 urllib3==2.7.0 -uvicorn==0.48.0 +uvicorn==0.53.0 watchfiles==1.2.0 websockets==16.0 win32_setctime==1.2.0