From 1135168e6b37563405eda91da03423f7fb47051e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 05:08:10 +0000 Subject: [PATCH] chore(py-deps): update uvicorn requirement 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.47.0...0.50.2) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.50.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/python/cbn-reporting-engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/python/cbn-reporting-engine/requirements.txt b/services/python/cbn-reporting-engine/requirements.txt index 685588fa..bec21584 100644 --- a/services/python/cbn-reporting-engine/requirements.txt +++ b/services/python/cbn-reporting-engine/requirements.txt @@ -3,4 +3,4 @@ pydantic>=2.5.0 pytest-asyncio>=1.3.0 pytest>=7.4.0 sqlalchemy>=2.0.0 -uvicorn>=0.47.0 +uvicorn>=0.50.2