From 5503378c98a300d4987f4c289a24b8a96a557ebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 07:08:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20uvicorn[standard]=20from=200?= =?UTF-8?q?.32.0=20to=200.32.1?= 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.32.0 to 0.32.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.32.0...0.32.1) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 b02a4fc..597a4c2 100644 --- a/docker-images/requirements.txt +++ b/docker-images/requirements.txt @@ -1,3 +1,3 @@ -uvicorn[standard]==0.32.0 +uvicorn[standard]==0.32.1 gunicorn==23.0.0 fastapi[all]==0.115.4