From a5d6a8e72044e7a50da1051f50ff64859ffbd435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 08:06:39 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.8 to 1.3.0 in /bin/Aggregator Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.8 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] --- bin/Aggregator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Aggregator/requirements.txt b/bin/Aggregator/requirements.txt index 484da0f..b3d2121 100644 --- a/bin/Aggregator/requirements.txt +++ b/bin/Aggregator/requirements.txt @@ -24,5 +24,5 @@ pytz==2018.4 secureconfig==0.1.1.0 singledispatch==3.4.0.3 six==1.11.0 -SQLAlchemy==1.2.8 +SQLAlchemy==1.3.0 wrapt==1.10.11