From 82e5e53100b709dd730f46199586a7b02ad814a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:11:30 +0000 Subject: [PATCH] chore(deps):(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.52 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 2c1048b..c4ad98a 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -13,7 +13,7 @@ uvicorn>=0.23.0,<1.0 starlette>=0.27.0,<1.0 # Database -sqlalchemy>=2.0.0,<3.0 +sqlalchemy>=2.0.52,<3.0 psycopg2-binary>=2.9.0,<3.0 # Query Execution