From 558fdb43259e81b6b8342e684cec1cc481330789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 12:20:31 +0000 Subject: [PATCH] Bump uvicorn from 0.18.3 to 0.19.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.18.3 to 0.19.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.18.3...0.19.0) --- updated-dependencies: - dependency-name: uvicorn 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 d4d975c..149755c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ fastapi==0.85.0 aiohttp==3.8.3 aiocache==0.11.1 -uvicorn==0.18.3 \ No newline at end of file +uvicorn==0.19.0 \ No newline at end of file