From c866028f9e700a8c5766d06485085c6fb1e29f79 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2019 09:24:47 +0000 Subject: [PATCH] Bump psycopg2-binary in /{{cookiecutter.app_name}}/requirements Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.3 to 2.8.4. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) 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 2af317b..08aa349 100644 --- a/{{cookiecutter.app_name}}/requirements/prod.txt +++ b/{{cookiecutter.app_name}}/requirements/prod.txt @@ -8,7 +8,7 @@ click>=7.0 # Database Flask-SQLAlchemy==2.4.1 SQLAlchemy==1.3.10 -psycopg2-binary==2.8.3 +psycopg2-binary==2.8.4 # Migrations Flask-Migrate==2.5.2