From 92af955f465311cc9a7ac4eaa6d5d7e78e896c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:09:55 +0000 Subject: [PATCH] build(deps): Update uvicorn requirement from >=0.37.0 to >=0.46.0 Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.37.0...0.46.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.44.0 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 5afb439c..58b856a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "redis>=7.4.0", "pydantic-settings>=2.12.0", "rq>=2.8.0", - "uvicorn>=0.37.0", + "uvicorn>=0.46.0", "fastapi-cache2>=0.2.2", "httpx>=0.28.1", "podman-compose>=1.5.0",