From 6b746fbaa3bb81e3eacab3b39aa6af3badaa0f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:33:41 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.7 to 1.2.19 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.7 to 1.2.19. - [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-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 09619ca..651161f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Fabric3==1.13.1.post1 -SQLAlchemy==1.2.7 +SQLAlchemy==1.2.19 # implicit dependency # usage: DB/ORM library # repo: https://github.com/zzzeek/sqlalchemy