From 67fe4d411451952bfc6ae563cbf8ebb589cfa870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 00:30:19 +0000 Subject: [PATCH] build(deps): Update uvicorn requirement from >=0.46.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.46.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 8d6c682..0819a9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ typing-extensions>=4.15.0 ua-parser user-agents urllib3>=2.7.0 -uvicorn>=0.46.0 +uvicorn>=0.47.0 validate-email validators whois