From 99f6dee2f2214e6b6cac33fcd031d71a3ed8cc10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:07:26 +0000 Subject: [PATCH] Bump uvicorn from 0.22.0 to 0.28.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.22.0 to 0.28.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.28.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..4b774d8 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.28.0 sniffio==1.3.1 typing_extensions==4.10.0