From c43e35adb26bc58b02f77d27745de4b8580efd4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:21:47 +0000 Subject: [PATCH] :arrow_up: Bump uvicorn[standard] from 0.21.0 to 0.31.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.21.0 to 0.31.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.21.0...0.31.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 2c5a22e..0d23116 100644 --- a/docker-images/requirements.txt +++ b/docker-images/requirements.txt @@ -1,2 +1,2 @@ -uvicorn[standard]==0.21.0 +uvicorn[standard]==0.31.0 gunicorn==23.0.0