From f2d391cac2b24ee595023d5e954ccdcc89a84237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:23:10 +0000 Subject: [PATCH] chore(deps): bump uvicorn[standard] from 0.30.5 to 0.36.0 Bumps [uvicorn[standard]](https://github.com/Kludex/uvicorn) from 0.30.5 to 0.36.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.5...0.36.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.36.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 053f526..6a1164b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ fastapi==0.112.0 -uvicorn[standard]==0.30.5 +uvicorn[standard]==0.36.0