From d6b46456a79905cba47544a06279efe286e14cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:58:48 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.32.0 to 0.34.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.32.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.32.0...0.34.0) --- updated-dependencies: - dependency-name: uvicorn 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 209202c..5bf0f6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ time-machine==2.16.0 typer==0.15.1 typing_extensions==4.12.2 tzdata==2024.2 -uvicorn==0.32.0 +uvicorn==0.34.0 uvloop==0.21.0 watchfiles==1.0.3 websockets==13.1