From 613e351b1db4d4388afd83f1534e0ddf4393d8b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 06:23:46 +0000 Subject: [PATCH] Update sqlalchemy requirement from >=2.0 to >=2.0.49 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.49 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ee9c85..4f29b69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "rich>=13.0", "cryptography>=46.0.5", "apscheduler>=3.10", - "sqlalchemy>=2.0", + "sqlalchemy>=2.0.49", "paramiko>=3.4", "watchdog>=4.0", "aiohttp>=3.13.3",