From dc4833af941d30d2236e1227ee441d05427ac4f0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 24 Oct 2017 13:13:12 -0700 Subject: [PATCH] Update psycopg2 from 2.7.3.1 to 2.7.3.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 a1298d04..f5272faf 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.3.1 +psycopg2==2.7.3.2 {%- endif %} coverage==4.4.1