From 6dc957c67490d3e71ff1c54dccbb3ae1f9973d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:16:58 +0000 Subject: [PATCH] chore(deps-dev): bump uvicorn from 0.49.0 to 0.51.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.49.0 to 0.51.0. - [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.49.0...0.51.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61b56f2..442a1be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ riskmap-api = "ai_risk_manager.api.server:app_entry" api = [ "fastapi==0.138.1", "pydantic==2.13.4", - "uvicorn==0.49.0", + "uvicorn==0.51.0", ] dev = [ "pytest==9.1.1", @@ -51,7 +51,7 @@ dev = [ "fastapi==0.138.1", "httpx==0.28.1", "pydantic==2.13.4", - "uvicorn==0.49.0", + "uvicorn==0.51.0", ] [tool.setuptools]