From b07fe7b0745e62be5ef9bce1bee9e7d7a8878552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 10:07:17 +0200 Subject: [PATCH] Bump uvicorn from 0.14.0 to 0.17.6 (#2163) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.14.0 to 0.17.6. - [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.14.0...0.17.6) --- 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 c6c87f9e2c..cc7b2848e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,4 +32,4 @@ pytest-trio==0.7.0 trio==0.19.0 trio-typing==0.5.1 trustme==0.9.0 -uvicorn==0.14.0 +uvicorn==0.17.6