From 0a7937229d3da22ddd9e9788ceff7054dc2f6609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:23:13 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.40.0 to 0.52.4 in /worker_plan Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.40.0 to 0.52.4. - [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.40.0...0.52.4) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- worker_plan/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_plan/pyproject.toml b/worker_plan/pyproject.toml index 510fcdc1..19d295a3 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -109,7 +109,7 @@ dependencies = [ "typing_extensions==4.16.0", "tzdata==2026.2", "urllib3==2.7.0", - "uvicorn==0.40.0", + "uvicorn==0.52.4", "websockets==16.0", "wrapt==2.2.1", "yarl==1.24.2",