From b94cb39438e7f44161c8237fb1ada6c60bdc1af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 03:26:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20uvicorn=20from=200.25.0=20to?= =?UTF-8?q?=200.30.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.25.0 to 0.30.1. - [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.25.0...0.30.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 6934674..200cb7e 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,6 +1,6 @@ # App fastapi==0.110.0 -uvicorn==0.25.0 +uvicorn==0.30.1 sse-starlette==1.8.2 pydantic==2.6.3 pydantic-settings==2.1.0