From c38eb4525cfa9f3cec0b6bd6517b8046f35f1a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:23:32 +0000 Subject: [PATCH] build(deps): Update uvicorn requirement from >=0.50.2 to >=0.51.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.50.2...0.51.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.51.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 9ff91e1..fbaaace 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ tld>=0.13.2 typing-extensions>=4.16.0 user-agents urllib3>=2.7.0 -uvicorn>=0.50.2 +uvicorn>=0.51.0 # py-tlsh # py-tlsh>=4.5.0 # ssdeep