From 5ca0ed0ce5f834dff588d7979ba04dbebab88ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:29:00 +0000 Subject: [PATCH] Update sqlalchemy requirement from >=2.0.0 to >=2.0.52 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] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 2a6e676e4..b8cd20f96 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -28,7 +28,7 @@ google-cloud-storage google-cloud-bigquery-storage minio pymongo -sqlalchemy>=2.0.0 +sqlalchemy>=2.0.52 pymysql psycopg2-binary pg8000