From 4f3f2865cd4785f19c90cd9dcb2a28e608837dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 19:10:33 +0000 Subject: [PATCH] chore(py-deps): update fastapi requirement Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.104.0...0.136.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 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 d5614873..7708cdd1 100644 --- a/services/python/cbn-reporting-engine/requirements.txt +++ b/services/python/cbn-reporting-engine/requirements.txt @@ -1,4 +1,4 @@ -fastapi>=0.104.0 +fastapi>=0.136.1 pydantic>=2.5.0 pytest-asyncio>=0.23.0 pytest>=7.4.0