From 78afecb117678b6d5a3780f825d77873a30c2b05 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:25:19 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.8.3 to 2.8.4 in /{{cookiecutter.app_name}} 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}}/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index 2066544..d3b1365 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -12,7 +12,7 @@ click = ">=5.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"