From e38257d2feaf9bac038bb7e118949a945c2c4f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:43:00 +0000 Subject: [PATCH] deps(deps): bump uvicorn[standard] from 0.24.0 to 0.37.0 Bumps [uvicorn[standard]](https://github.com/Kludex/uvicorn) from 0.24.0 to 0.37.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.24.0...0.37.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.37.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 6fa02ef..737dd84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core Dependencies fastapi==0.104.1 -uvicorn[standard]==0.24.0 +uvicorn[standard]==0.37.0 python-multipart==0.0.6 # Google Cloud