From 09c90d1a14b20d4c2dc4c9ee266fed2812c848b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:56:43 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.29.0 to 0.30.6 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.29.0 to 0.30.6. - [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.29.0...0.30.6) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f3d5b9e..e5c7c80 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,3 +1,3 @@ fastapi==0.111.0 -uvicorn[standard]==0.29.0 +uvicorn[standard]==0.30.6 gunicorn==22.0.0