From 5ca12726d936833a6af75c235fdf14d06cdd3905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:28:56 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.29.0 to 0.34.0 in /backend Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.29.0 to 0.34.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.29.0...0.34.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f9d912b4..782346d1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ --extra-index-url https://download.pytorch.org/whl/cpu fastapi==0.115.7 httpx>=0.25.0 -uvicorn==0.29.0 +uvicorn==0.34.0 gunicorn==23.0.0 python-multipart>=0.0.6 gelf-formatter==0.2.1