From b2438fd68172da8f3e05a2703de492d0d4e1f70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 02:08:36 +0000 Subject: [PATCH] chore(deps): update uvicorn requirement from ~=0.44 to ~=0.46 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.44.0...0.46.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e241b3..0c05ed0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ psycopg2-binary~=2.9 flask~=3.1 fastapi~=0.135 -uvicorn~=0.44 +uvicorn~=0.46 pydantic~=2.12 pyyaml~=6.0 requests~=2.33