From 04254346fd8cda5e7f95da5c16e68ace1078ac78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:41:19 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.18 to 1.2.19 in /plugins/sql Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.18 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] --- plugins/sql/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 plugins/sql/requirements.txt diff --git a/plugins/sql/requirements.txt b/plugins/sql/requirements.txt old mode 100755 new mode 100644 index 6a28379f62..7322aeb7e9 --- a/plugins/sql/requirements.txt +++ b/plugins/sql/requirements.txt @@ -1,4 +1,4 @@ -SQLAlchemy==1.2.18 +SQLAlchemy==1.2.19 psycopg2==2.8.6 SQLAlchemy-Utils==0.32.21 pymssql==2.2.5