From fbf500df454a3b5abff4d02f8031bd5e30cf7f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 04:48:03 +0000 Subject: [PATCH] :arrow_up: update uvicorn requirement from ~=0.17.0 to >=0.17,<0.28 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.17.0...0.27.0) --- 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 840cddc9..0b158ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ "pytz ~= 2023.3", "types-pytz ~= 2023.3.0.0", "darglint ~= 1.8.1", - "uvicorn ~= 0.17.0", + "uvicorn >= 0.17,< 0.28", "fastapi >=0.104.0", "requests ~= 2.24", "typer ~= 0.4.1",