From 49ddf8c7986fa25dba8399569eed485f51d17761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:55:35 +0000 Subject: [PATCH] test: bump uvicorn from 0.52.3 to 0.52.4 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.52.3 to 0.52.4. - [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.52.3...0.52.4) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d0074c1..a6282e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "fastapi==0.141.1", - "uvicorn[standard]==0.52.3", + "uvicorn[standard]==0.52.4", "requests==2.34.2", "pydantic==2.13.4", "httpx==0.28.1", diff --git a/requirements.txt b/requirements.txt index 4c0e274..48e58c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.141.1 -uvicorn[standard]==0.52.3 +uvicorn[standard]==0.52.4 requests==2.34.2 pydantic==2.13.4 httpx==0.28.1