From c25acd845fca6a3ad81f50d394f2b9094e2b5e72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:59:44 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.30.6 to 0.43.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.30.6 to 0.43.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.30.6...0.43.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a91f5b5..4648950 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ fastapi==0.135.3 -uvicorn[standard]==0.30.6 +uvicorn[standard]==0.44.0 sqlalchemy==2.0.35 pydantic==2.12.5