From 18eb97ce386827a6136a9cd2b92e3001da961f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 05:08:05 +0000 Subject: [PATCH] chore(py-deps): update sqlalchemy requirement Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.51 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..1a2ce03e 100644 --- a/services/python/cbn-reporting-engine/requirements.txt +++ b/services/python/cbn-reporting-engine/requirements.txt @@ -2,5 +2,5 @@ fastapi>=0.136.1 pydantic>=2.5.0 pytest-asyncio>=1.3.0 pytest>=7.4.0 -sqlalchemy>=2.0.0 +sqlalchemy>=2.0.51 uvicorn>=0.47.0