From 157d0fd0c3ab966bdc0bdffbba69e6ab3d7e2e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:13:19 +0000 Subject: [PATCH] Update uvicorn requirement from >=0.17.6,<0.34.0 to >=0.17.6,<0.35.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/docs/release-notes.md) - [Commits](https://github.com/encode/uvicorn/compare/0.17.6...0.34.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 b9c879b..bdd3d42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest-cov = ">=3,<6" pytest-lazy-fixtures = ">=1.0.1" ruff = ">=0.5.1,<0.9.0" tox = ">=4.12.1,<5" -uvicorn = ">=0.17.6,<0.34.0" +uvicorn = ">=0.17.6,<0.35.0" coverage = ">=7.4.1,<8" [build-system]