From 66ca143e6869987250f484bce8dc15f59927ae5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 1 May 2019 23:36:06 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.18 to 1.3.3 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.18 to 1.3.3. - [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] --- Pipfile.lock | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index e75f2ea..e12b5df 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -442,10 +442,10 @@ }, "sqlalchemy": { "hashes": [ - "sha256:8027fa183f5be466030617a497b2d64e0e16c8d615e5a34bdf9fab6f66bf4723" + "sha256:91c54ca8345008fceaec987e10924bf07dcab36c442925357e5a467b36a38319" ], "index": "pypi", - "version": "==1.2.18" + "version": "==1.3.3" }, "twitter": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 17e950b..3139b82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ raven==6.10.0 redis==3.2.1 requests==2.21.0 six==1.12.0 -sqlalchemy==1.2.18 +sqlalchemy==1.3.3 twitter==1.18.0 urllib3==1.24.2 vine==1.3.0