From dc9a34c7da8ad03af920e4a174e972f6a6334ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:30:34 +0000 Subject: [PATCH] Bump sqlalchemy from 1.1.14 to 1.2.19 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.1.14 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36081e0..d9777ec 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'riak==2.5.4', 'python-dateutil>=1.5, != 2.0', 'protobuf==2.6.1', - 'sqlalchemy==1.1.14', + 'sqlalchemy==1.2.19', 'MySQL-python==1.2.5', 'six' ],