From a352fcca759d391635601cee1e12a6f1b5f0aea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:02:40 +0000 Subject: [PATCH] deps(deps): update uvicorn requirement from >=0.20.0 to >=0.47.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.20.0...0.47.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.47.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 97597c7..844d42f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ orjson>=3.9.0 requests>=2.28.0 PyJWT>=2.8.0 tornado>=6.2.0 -uvicorn>=0.20.0 +uvicorn>=0.47.0 aiofiles>=22.1.0 python-multipart>=0.0.22