From 85b4ddd67b298b5fb13e40ba40400b5815a9edcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 07:05:29 +0000 Subject: [PATCH] :arrow_up: Bump uvicorn[standard] from 0.21.0 to 0.23.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.21.0 to 0.23.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.23.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 01d09a7d..a544254a 100644 --- a/docker-images/requirements.txt +++ b/docker-images/requirements.txt @@ -1,2 +1,2 @@ -uvicorn[standard]==0.21.0 +uvicorn[standard]==0.23.0 gunicorn==20.1.0