From a606152162b3fb30983ad80557aa6e8b6a0c2632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 21:57:51 +0000 Subject: [PATCH] Bump uvicorn from 0.14.0 to 0.18.2 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.14.0 to 0.18.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.14.0...0.18.2) --- 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 3014b3e..14c99d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # production -uvicorn==0.14.0 +uvicorn==0.18.2 kua==0.2 werkzeug==1.0.1 diff --git a/setup.py b/setup.py index cbcd240..19a12ae 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ PACKAGE_VERSION = '0.6.3' PACKAGE_REQUIRES = [ - 'uvicorn==0.14.0', + 'uvicorn==0.18.2', 'kua==0.2', 'werkzeug==1.0.1', ]