From b9039b0a062b451ed1d7d6f0e631f9b16fd8a2c8 Mon Sep 17 00:00:00 2001 From: mik-laj Date: Sat, 12 Aug 2017 10:37:57 +0200 Subject: [PATCH] Massive update depedencies Squashed commit of the following: commit fe0f48163396c5ec088731b026f1ba37d2bb3f81 Author: pyup-bot Date: Sat Aug 12 10:27:52 2017 +0200 Update factory_boy from 2.5.2 to 2.9.2 commit 2a598dddad9c6d27eb8eab54f3af664d38c7950d Author: pyup-bot Date: Sat Aug 12 10:27:51 2017 +0200 Update reportlab from 3.2.0 to 3.4.0 commit a76a584d753075a9882e38c7f4a6820c45f4ff91 Author: pyup-bot Date: Sat Aug 12 10:27:49 2017 +0200 Update newrelic from 2.56.0.42 to 2.90.0.75 commit 8838907d9ca7141bbb464362f390d9ca794a3ab7 Author: pyup-bot Date: Sat Aug 12 10:27:48 2017 +0200 Update django-redis-cache from 1.6.3 to 1.7.1 commit 8cad61dc62eb6299760f0cf96ff1e3b0c9e7ebd4 Author: pyup-bot Date: Sat Aug 12 10:27:46 2017 +0200 Update django-mailgun from 0.8.0 to 0.9.1 commit 910fc8aa2fb0ff9b843da469796f9ac23588cc6d Author: pyup-bot Date: Sat Aug 12 10:27:45 2017 +0200 Update collectfast from 0.2.3 to 0.5.2 commit 0ba49316d415507f0c23698dbd99e1a7e1d88b85 Author: pyup-bot Date: Sat Aug 12 10:27:43 2017 +0200 Update django-storages-redux from 1.3.0 to 1.3.3 commit 817798a52a5a8a66afe15b671ed91df072e182fd Author: pyup-bot Date: Sat Aug 12 10:27:42 2017 +0200 Update boto from 2.38.0 to 2.48.0 commit 17ed8866caa4d0583337927bd325aa1fc7b0caab Author: pyup-bot Date: Sat Aug 12 10:27:40 2017 +0200 Update gunicorn from 19.3.0 to 19.7.1 commit 2bca9f7b573f670e04301e5e1690d7c385c45dca Author: pyup-bot Date: Sat Aug 12 10:27:39 2017 +0200 Update gevent from 1.0.2 to 1.2.2 --- requirements/base.txt | 2 +- requirements/production.txt | 16 ++++++++-------- requirements/test.txt | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 0376ae51ca3..c64741fbe94 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -38,7 +38,7 @@ redis>=2.10.0 jsonfield==2.0.2 django-reversion==2.0.9 -reportlab==3.2.0 +reportlab==3.4.0 django-filter==1.0.4 # API diff --git a/requirements/production.txt b/requirements/production.txt index 9433089fbec..bc5b0590173 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -4,20 +4,20 @@ # WSGI Handler # ------------------------------------------------ -gevent==1.0.2 -gunicorn==19.3.0 +gevent==1.2.2 +gunicorn==19.7.1 # Static and Media Storage # ------------------------------------------------ -boto==2.38.0 -django-storages-redux==1.3.0 -Collectfast==0.2.3 +boto==2.48.0 +django-storages-redux==1.3.3 +Collectfast==0.5.2 # Mailgun Support # --------------- -django-mailgun==0.8.0 +django-mailgun==0.9.1 # Redis -django-redis-cache==1.6.3 +django-redis-cache==1.7.1 -newrelic==2.56.0.42 +newrelic==2.90.0.75 diff --git a/requirements/test.txt b/requirements/test.txt index c1f6a353488..25168563089 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,7 +3,7 @@ coverage==4.4.1 flake8==3.4.1 django-test-plus==1.0.18 -factory_boy==2.5.2 +factory_boy==2.9.2 mock==2.0.0 webtest==2.0.28 django-coverage-plugin==1.5.0