From 7b2954c206d41ca13ad87398a440e84350d7c8ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 14 Jan 2019 13:20:41 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.15 to 1.2.16 in /{{cookiecutter.app_name}} Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.15 to 1.2.16. - [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] --- {{cookiecutter.app_name}}/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index 1f79bc6..c9ccd0f 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -15,7 +15,7 @@ click = ">=5.0" # Database Flask-SQLAlchemy = "==2.3.2" psycopg2 = "==2.7.6.1" -SQLAlchemy = "==1.2.15" +SQLAlchemy = "==1.2.16" # Migrations Flask-Migrate = "==2.3.1"