From cb627cbe382d6082e99449402b66efd8945b98aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 02:04:01 +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.48.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.48.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 7f2c1b5..d236f0a 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.2", - "uvicorn[standard]>=0.32,<0.48", + "uvicorn[standard]>=0.32,<0.49", "bugsnag>=4.9,<5", ]