From c92577f923d03785a832db3c10f46a205bd0d5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 06:58:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=F0=9F=94=9D(deps):=20Update=20uvic?= =?UTF-8?q?orn=20requirement=20from=200.20.0=20to=200.21.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version. - [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.21.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9d828b..c2fb0b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" python = "^3.8" aiofiles = "23.1.0" aiologger = "0.7.0" -uvicorn = {extras = ["standard"], version = "0.20.0"} +uvicorn = {extras = ["standard"], version = "0.21.1"} orjson = "3.8.6" python-jose = {extras = ["cryptography"], version = "3.3.0"} gunicorn = "20.1.0"