From 2c455f583ceb2503957be88937490f546598aa97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 22:12:27 +0000 Subject: [PATCH] Bump uvicorn from 0.14.0 to 0.19.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.14.0 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.14.0...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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 698d830..5e6086a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # production -uvicorn==0.14.0 +uvicorn==0.19.0 kua==0.2 werkzeug==1.0.1 diff --git a/setup.py b/setup.py index cbcd240..1532a56 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ PACKAGE_VERSION = '0.6.3' PACKAGE_REQUIRES = [ - 'uvicorn==0.14.0', + 'uvicorn==0.19.0', 'kua==0.2', 'werkzeug==1.0.1', ]