From 90b3a6d5f078cb96312e9162380bd3acfc239b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:43:23 +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