From b4ee9b722db9bd716ae4d6a513c1f8f1056b75e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 01:14:08 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.21.1 to 0.23.2 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.21.1 to 0.23.2. - [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.1...0.23.2) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8165703f..3dbdedc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -uvicorn[standard]==0.21.1 +uvicorn[standard]==0.23.2 poetry==1.6.1