From e4144a923846e7dfdbae31a8f64f8d333da180b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:47:38 +0000 Subject: [PATCH] Bump sqlalchemy from 1.1.3 to 1.3.0b3 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.1.3 to 1.3.0b3. - [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: 1.3.0b3 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 c351362..162fc65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ python-crontab==2.1.1 python-dateutil==2.5.3 requests==2.11.1 Send2Trash==1.3.0 -SQLAlchemy==1.1.3 +SQLAlchemy==1.3.0b3 xlrd==1.0.0