From 8a866356e0cc4b56ae3478a1692f7693114cd9cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 21:20:43 +0000 Subject: [PATCH] Bump alembic from 1.1.0 to 1.4.0 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.1.0 to 1.4.0. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/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..8682782 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # pip-compile --output-file requirements.txt requirements.in # absl-py==0.8.0 -alembic==1.1.0 # via flask-migrate +alembic==1.4.0 # via flask-migrate astroid==2.2.5 # via pylint bcrypt==3.1.7 blessings==1.7 # via curtsies