From da7fb6d8ff91cad5f105f281baeb5a6ee1ac510b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 15:58:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20uvicorn[standard]=20from=200?= =?UTF-8?q?.20.0=20to=200.32.0=20(#352)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.20.0 to 0.32.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.20.0...0.32.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker-images/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-images/requirements.txt b/docker-images/requirements.txt index a8682be..eef1e18 100644 --- a/docker-images/requirements.txt +++ b/docker-images/requirements.txt @@ -1,3 +1,3 @@ -uvicorn[standard]==0.20.0 +uvicorn[standard]==0.32.0 gunicorn==23.0.0 fastapi[all]==0.88.0