From 342bb57766f7f82898d9fe03ef1f1feb50afd2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 13:12:58 +0000 Subject: [PATCH] chore(deps): update uvicorn requirement Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [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.2) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index f6252a1..ae433a8 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,5 +1,5 @@ fastapi>=0.140.7,<0.142.0 -uvicorn[standard]>=0.51.0,<0.53.0 +uvicorn[standard]>=0.52.2,<0.53.0 psycopg2-binary>=2.9.12,<3.0.0 python-multipart>=0.0.9,<0.1.0 pydantic>=2.13.4,<3.0.0