From 9ba6f54c0445f8a88553ed051c2ac4947feff8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 18:33:03 +0000 Subject: [PATCH] build(deps): update uvicorn requirement from >=0.20 to >=0.52.1 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.52.1) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.1 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 7d0d6c5..8e44c1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dfx-agentguard>=0.2.0 fastapi>=0.138.1 -uvicorn>=0.20 +uvicorn>=0.52.1 httpx>=0.28.1 pyyaml>=6.0