From 420eaeab116f1fe7735e89e12776e2b872fb0b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 04:29:50 +0000 Subject: [PATCH] Bump sqlalchemy from 0.9.4 to 1.3.0 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 0.9.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) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 requirements.txt mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index d9f0c7e..5fb13b5 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -e git+http://github.com/alessandrolandim/liblightbase.git#egg=liblightbase pyramid==1.5.1 pyramid_restler -sqlalchemy==0.9.4 +sqlalchemy==1.3.0 psycopg2 voluptuous==0.12.0 requests==2.24.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index e18210e..7a5df4d --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'pyramid-restler == 0.1a4', 'repoze.lru == 0.7', 'requests == 2.24.0', - 'SQLAlchemy == 0.9.4', + 'SQLAlchemy == 1.3.0', 'translationstring == 1.4', 'venusian == 3.0.0', 'voluptuous == 0.12.0',