From 814652a56ed642658458287def4f5929caf6e3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 00:42:47 +0000 Subject: [PATCH] Bump uvicorn from 0.50.0 to 0.50.2 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.50.0 to 0.50.2. - [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.0...0.50.2) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.50.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ffe0896..e2e9bc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ pydantic==2.13.4 pydantic-settings==2.14.2 pytest==9.1.1 python-dotenv==1.2.2 -uvicorn==0.50.0 +uvicorn==0.50.2