From 8aeff97c941383cae18236598e1f0a153ff2e397 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 17:53:22 +0000 Subject: [PATCH] Bump flask-sqlalchemy in /{{cookiecutter.app_name}}/requirements Bumps [flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/pallets/flask-sqlalchemy/releases) - [Changelog](https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/flask-sqlalchemy/compare/2.4.0...2.4.1) Signed-off-by: dependabot-preview[bot] --- {{cookiecutter.app_name}}/requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/requirements/prod.txt b/{{cookiecutter.app_name}}/requirements/prod.txt index 19b476a..40ac2c3 100644 --- a/{{cookiecutter.app_name}}/requirements/prod.txt +++ b/{{cookiecutter.app_name}}/requirements/prod.txt @@ -6,7 +6,7 @@ Werkzeug==0.16.0 click>=7.0 # Database -Flask-SQLAlchemy==2.4.0 +Flask-SQLAlchemy==2.4.1 SQLAlchemy==1.3.8 # Migrations