From a4f07229aad020a808b3305d239c2ba7259634a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:55:34 +0000 Subject: [PATCH] Update uvicorn requirement from >=0.17.6,<0.26.0 to >=0.17.6,<0.27.0 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.6...0.26.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f3ff8f..0950e37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pytest-cov = ">=3,<5" requests = "^2.25.1" ruff = "^0.1.8" tox = "^4.4" -uvicorn = ">=0.17.6,<0.26.0" +uvicorn = ">=0.17.6,<0.27.0" [build-system] build-backend = "poetry.core.masonry.api"