From 1250a6fd68649f012db3c806e9e5e461baf87944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 11:17:31 -0600 Subject: [PATCH] Bump uvicorn from 0.20.0 to 0.22.0 (#2691) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.20.0 to 0.22.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.20.0...0.22.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9b99952139..787a733f76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,4 +29,4 @@ ruff==0.0.260 trio==0.22.0 trio-typing==0.7.0 trustme==0.9.0 -uvicorn==0.20.0 +uvicorn==0.22.0