From c2a0fdd7b2c781122267eae97768ca62f39bca08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 20:53:54 +0000 Subject: [PATCH] Update sqlalchemy requirement from >=2.0.49 to >=2.0.51 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02dba3c..1efac3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ click>=8.4.1 colorama>=0.4.6 pyyaml>=6.0.3 python-dotenv>=1.2.2 -SQLAlchemy>=2.0.49 +SQLAlchemy>=2.0.51 rich>=15.0.0 aiofiles>=25.1.0 pytest>=9.0.3