From b7e027fa6f34d2b2c88d2b47075d5fc69351a83b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 22 Jul 2017 10:41:57 -0700 Subject: [PATCH] Update psycopg2 from 2.7.1 to 2.7.2 --- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 8e9236353..efc42dfe0 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -4,7 +4,7 @@ {% if cookiecutter.windows == 'y' -%} # Python-PostgreSQL Database Adapter # If using Win for dev, this assumes Unix in test/prod -psycopg2==2.7.1 +psycopg2==2.7.2 {%- endif %} coverage==4.4.1