From 56493d2d50886524bd8498f0a923295cb7675af5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 6 Jul 2016 19:38:02 -0700 Subject: [PATCH 1/3] Update psycopg2 from 2.6.1 to 2.6.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 7923840d..a6bc48a3 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -6,7 +6,7 @@ # Python-PostgreSQL Database Adapter # If using Win for dev, this assumes Unix in prod # ------------------------------------------------ -psycopg2==2.6.1 +psycopg2==2.6.2 {%- endif %} # WSGI Handler From 5b6c3c75a50896ef9ef7cad1fd8215dc69f4a356 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 6 Jul 2016 19:38:03 -0700 Subject: [PATCH 2/3] Update psycopg2 from 2.6.1 to 2.6.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 4b4b1420..73f44e7d 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -36,7 +36,7 @@ django-allauth==0.25.2 # from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg {% else %} # Python-PostgreSQL Database Adapter -psycopg2==2.6.1 +psycopg2==2.6.2 {%- endif %} # Unicode slugification From ff483f0a5cdc726d3671d66d9236ab17d9d33f69 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 6 Jul 2016 19:38:04 -0700 Subject: [PATCH 3/3] Update psycopg2 from 2.6.1 to 2.6.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 d9381071..adba2ad1 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.6.1 +psycopg2==2.6.2 {%- endif %} coverage==4.1