From fbe77e97e2b3846908e9a5e9ecbbe43ab043c69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 4 Apr 2019 12:13:32 +0000 Subject: [PATCH] Bump psycopg2 from 2.7.7 to 2.8 in /{{cookiecutter.app_name}} Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.7.7 to 2.8. - [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 cb0e35a..88053ed 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.7" +psycopg2 = "==2.8" SQLAlchemy = "==1.3.2" # Migrations