From c96f8859fce6f46cb02a545de0c8e07c2f084520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 02:42:29 +0000 Subject: [PATCH] Bump sqlalchemy from 0.9.8 to 1.3.0 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 0.9.8 to 1.3.0. - [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 ff24496..4039af4 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,6 @@ platforms='any', install_requires=[ 'noseapp>=1.0.9', - 'sqlalchemy==0.9.8', + 'sqlalchemy==1.3.0', ], )