From f108ab7707067d09a487e4ccd65374dfc126142e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 08:05:15 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.17 to 1.3.0 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.17 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ccd427b..460e3d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ PyMySQL==0.9.3 pytz==2018.9 requests==2.21.0 six==1.12.0 -SQLAlchemy==1.2.17 +SQLAlchemy==1.3.0 tzlocal==1.5.1 urllib3==1.24.2 Werkzeug==0.14.1