From 531f19553b8d6fa40692c5481612c6bda1b7156c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 24 Oct 2017 13:13:08 -0700 Subject: [PATCH 1/3] Update psycopg2 from 2.7.3.1 to 2.7.3.2 --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 751236f4..532b6ac3 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -6,7 +6,7 @@ # Python-PostgreSQL Database Adapter # Assuming Windows is used locally, and *nix -- in production. # ------------------------------------------------------------ -psycopg2==2.7.3.1 +psycopg2==2.7.3.2 {%- endif %} # WSGI Handler From f71a5611191bd767d7ebf445d08a9ac32d09d56f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 24 Oct 2017 13:13:10 -0700 Subject: [PATCH 2/3] Update psycopg2 from 2.7.3.1 to 2.7.3.2 --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index bd624a0d..3f692cee 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -36,7 +36,7 @@ django-allauth==0.33.0 # from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg {% else %} # Python-PostgreSQL Database Adapter -psycopg2==2.7.3.1 +psycopg2==2.7.3.2 {%- endif %} # Unicode slugification From dc4833af941d30d2236e1227ee441d05427ac4f0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 24 Oct 2017 13:13:12 -0700 Subject: [PATCH 3/3] 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