From 1081220d59c31b51ed45b6f702f36b4fc4aa687a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 28 May 2019 14:56:25 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.3 to 1.3.4 in /{{cookiecutter.app_name}} Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- {{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 694a417..82c9add 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -15,7 +15,7 @@ click = ">=5.0" # Database Flask-SQLAlchemy = "==2.4.0" psycopg2 = "==2.8.2" -SQLAlchemy = "==1.3.3" +SQLAlchemy = "==1.3.4" # Migrations Flask-Migrate = "==2.5.2"