From 39c0c131a27d3e3c223a3e4f13b28d930d06af55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:51:23 +0000 Subject: [PATCH] Update uvicorn[standard] requirement from ~=0.32.0 to ~=0.34.0 Updates the requirements on [uvicorn[standard]](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.32.0...0.34.0) --- updated-dependencies: - dependency-name: uvicorn[standard] 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 9a298be..c44350e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "pydantic-settings~=2.6.0", "pydantic>=2.7.0,<3.0.0", "tzdata~=2024.2", - "uvicorn[standard]~=0.32.0", + "uvicorn[standard]~=0.34.0", ] [dependency-groups]