From 87f1e3cc36d4c4cf6ccd7654c3ca8043cc8e3e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 02:03:08 +0000 Subject: [PATCH] chore(deps): update uvicorn requirement in /api 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.32.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index aaa84dc..a1bcd39 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "apscheduler>=3.10,<4", "requests>=2.32,<3", "starlette>=0.40,<1.3", - "uvicorn[standard]>=0.32,<0.49", + "uvicorn[standard]>=0.32,<0.50", "bugsnag>=4.9,<5", ]