From 75b91b3f4d3936a30fee82e3df0204d1ea1cd714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 23 Jan 2019 13:16:37 +0000 Subject: [PATCH] Bump psycopg2 from 2.7.6.1 to 2.7.7 in /{{cookiecutter.app_name}} Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.7.6.1 to 2.7.7. - [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[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 c9ccd0f..30aa09c 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -14,7 +14,7 @@ click = ">=5.0" # Database Flask-SQLAlchemy = "==2.3.2" -psycopg2 = "==2.7.6.1" +psycopg2 = "==2.7.7" SQLAlchemy = "==1.2.16" # Migrations