From c75b66f41c5439b900082f8564503a94b60c9878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 00:59:24 +0000 Subject: [PATCH] Bump uvicorn from 0.22.0 to 0.29.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.22.0 to 0.29.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.22.0...0.29.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 e40b441..ca9fa0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ click==8.1.7 h11==0.14.0 idna==3.6 pydantic==2.6.2 -uvicorn==0.22.0 +uvicorn==0.29.0 sniffio==1.3.1 typing_extensions==4.10.0