From 83f6b331ddca15e08d77e9b8b608a601f3391b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:50:35 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20U?= =?UTF-8?q?pdate=20uvicorn=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.32.1...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 df1e1ddf..dc74a879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ loguru = ">=0.6.0" dynaconf = ">=3.2.0" fastapi = "0.115.6" requests = "2.32.3" -uvicorn = "0.32.1" +uvicorn = "0.34.0" apprise = "1.9.1" asyncz = "0.12.0" nicegui = "1.4.9"