From fb522255d6a83554b73e278e13a0860c9fb72683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 12:01:39 +0000 Subject: [PATCH] Bump sqlalchemy from 1.0.4 to 1.3.0 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.0.4 to 1.3.0. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [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 3dc8478..69d0b35 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ requires = [ 'pyramid_mako', 'pyramid==1.5.7', - 'SQLAlchemy==1.0.4', + 'SQLAlchemy==1.3.0', 'transaction', 'pyramid_tm', 'pyramid_debugtoolbar',