From a1b244166ae8fe9d5f0b9ee1a85852762638d4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 07:08:49 +0000 Subject: [PATCH] deps(deps): bump uvicorn[standard] from 0.24.0 to 0.35.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.24.0 to 0.35.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/uvicorn/compare/0.24.0...0.35.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.35.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 c94dd4e..0e9a6af 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.35.0 python-multipart==0.0.6 # Google Cloud