From 41890d5817cd9a1a70c45d1dfc937fa3dc38cc6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:11:00 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.44.0 to 0.45.0 in /apps/orchestrator Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.44.0 to 0.45.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.44.0...0.45.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/orchestrator/requirements.txt | 2 +- apps/orchestrator/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/orchestrator/requirements.txt b/apps/orchestrator/requirements.txt index 7618425..d88a3a6 100644 --- a/apps/orchestrator/requirements.txt +++ b/apps/orchestrator/requirements.txt @@ -12,7 +12,7 @@ typer==0.21.1 rich==15.0.0 pytest==9.0.3 fastapi==0.128.1 -uvicorn==0.44.0 +uvicorn==0.45.0 python-dotenv==1.2.2 opentelemetry-api==1.41.0 opentelemetry-sdk==1.41.0 diff --git a/apps/orchestrator/setup.cfg b/apps/orchestrator/setup.cfg index 30503dc..f44e5e9 100644 --- a/apps/orchestrator/setup.cfg +++ b/apps/orchestrator/setup.cfg @@ -24,7 +24,7 @@ install_requires = typer==0.21.1 rich==15.0.0 fastapi==0.128.1 - uvicorn==0.44.0 + uvicorn==0.45.0 python-dotenv==1.2.2 opentelemetry-api==1.41.0 opentelemetry-sdk==1.41.0