From 3342e2aec47f59e776d1f0fa79341804eb91ff35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:02:08 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.32.1 to 0.34.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.32.1 to 0.34.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.32.1...0.34.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... 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 9e0e439..21c0ced 100644 --- a/docker-images/requirements.txt +++ b/docker-images/requirements.txt @@ -1,2 +1,2 @@ -uvicorn[standard]==0.32.1 +uvicorn[standard]==0.34.0 gunicorn==23.0.0