From 3706ec97d88a11a85c388ba85e48d981d4a44be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:18:50 +0000 Subject: [PATCH] Update uvicorn requirement from <0.33.0,>=0.20.0 to >=0.20.0,<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/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.20.0...0.34.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 0bdc0207..29691a9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ doc = [ ] dev = [ "pre-commit >=2.20.0, <4.1.0", - "uvicorn >=0.20.0, <0.33.0", + "uvicorn >=0.20.0, <0.35.0", ] [tool.hatch.envs.default]