From 197d91d13cf99d4e7d230ba36c8f7e0c4a35bed2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Mar 2017 06:07:49 -0700 Subject: [PATCH] Update psycopg2 from 2.7 to 2.7.1 --- {{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 78fec9422..03cade464 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 +psycopg2==2.7.1 {%- endif %} coverage==4.3.4