From 7255c6d8baef713d0dac3068a2311190d7ac0977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 9 Nov 2018 13:15:08 +0000 Subject: [PATCH] Bump psycopg2 from 2.7.5 to 2.7.6 in /{{cookiecutter.app_name}} Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.7.5 to 2.7.6. - [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 0165819..792a4aa 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.5" +psycopg2 = "==2.7.6" SQLAlchemy = "==1.2.13" # Migrations