From 4bf90a1b81b4a9e00068a8bd9d46fbd4cf077478 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 22:27:07 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.8 to 1.3.11 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.8 to 1.3.11. - [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-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7d459ce..f8fb91e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ python-dateutil==2.8.0 # via alembic python-editor==1.0.4 # via alembic requests==2.22.0 # via bpython six==1.12.0 # via absl-py, astroid, bcrypt, blessings, bpython, pip-tools, python-dateutil -sqlalchemy==1.3.8 # via alembic, flask-sqlalchemy +sqlalchemy==1.3.11 # via alembic, flask-sqlalchemy typed-ast==1.4.0 # via astroid typing==3.7.4.1 # via curtsies urllib3==1.25.3 # via requests