From 34c969423fd9b4a8d3755f8c0f22eccfc73ffb10 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 22 Jul 2017 20:41:28 +0200 Subject: [PATCH 1/3] Update psycopg2 to 2.7.2 (#1246) * Update psycopg2 from 2.7.1 to 2.7.2 * Update psycopg2 from 2.7.1 to 2.7.2 * Update psycopg2 from 2.7.1 to 2.7.2 --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index ca9ed5328..eb0b8411a 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -37,7 +37,7 @@ django-allauth==0.32.0 # from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg {% else %} # Python-PostgreSQL Database Adapter -psycopg2==2.7.1 +psycopg2==2.7.2 {%- endif %} # Unicode slugification diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index b3e59dbbf..c6ee19f36 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.7.1 +psycopg2==2.7.2 {%- endif %} # WSGI Handler 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 From 30a6151647fe0a629bbcda6ecf1bf19a8eb3587f Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 24 Jul 2017 20:59:20 +0200 Subject: [PATCH 2/3] Update django-anymail from 0.11 to 0.11.1 (#1248) --- {{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 c6ee19f36..fb312f803 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -24,7 +24,7 @@ Collectfast==0.5.2 # Email backends for Mailgun, Postmark, SendGrid and more # ------------------------------------------------------- -django-anymail==0.11 +django-anymail==0.11.1 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client From 60e57117d645ee68337eaf1d82386aa0dc870dd5 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 26 Jul 2017 09:20:21 +0200 Subject: [PATCH 3/3] Update psycopg2 to 2.7.3 (#1247) * Update psycopg2 from 2.7.2 to 2.7.3 * Update psycopg2 from 2.7.2 to 2.7.3 * Update psycopg2 from 2.7.2 to 2.7.3 --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index eb0b8411a..2227e92cc 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -37,7 +37,7 @@ django-allauth==0.32.0 # from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg {% else %} # Python-PostgreSQL Database Adapter -psycopg2==2.7.2 +psycopg2==2.7.3 {%- endif %} # Unicode slugification diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index fb312f803..bdb9da9a2 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.7.2 +psycopg2==2.7.3 {%- endif %} # WSGI Handler diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index efc42dfe0..30184ac23 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.2 +psycopg2==2.7.3 {%- endif %} coverage==4.4.1