From 7c443c746a9f3119d5a743ef581340fa2218cf1a Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sun, 15 May 2016 11:04:34 +0200 Subject: [PATCH 1/2] Updates botocore, psutil and requests for testing --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 410b9d4..886dc6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ arrow==0.7.0 blessed==1.14.1 boto3==1.3.1 -botocore==1.4.13 # via boto3 +botocore==1.4.19 # via boto3 django-picklefield==0.3.2 django-redis==4.4.2 docutils==0.12 # via botocore @@ -17,11 +17,11 @@ hiredis==0.2.0 iron-core==1.2.0 # via iron-mq iron-mq==0.8 jmespath==0.9.0 # via boto3, botocore -psutil==4.1.0 +psutil==4.2.0 pymongo==3.2.2 python-dateutil==2.5.3 # via arrow, botocore, iron-core redis==2.10.5 -requests==2.9.1 # via iron-core, rollbar +requests==2.10.0 # via iron-core, rollbar rollbar==0.12.1 six==1.10.0 # via blessed, python-dateutil, rollbar wcwidth==0.1.6 # via blessed From 189501434639616890925a9d48837137c18993c6 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sun, 15 May 2016 11:08:34 +0200 Subject: [PATCH 2/2] Updates to Django 1.9.6 and 1.8.13 --- .travis.yml | 4 ++-- README.rst | 2 +- docs/index.rst | 2 +- docs/install.rst | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b428d9..4ce9626 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ python: - "3.4" env: - - DJANGO=1.9.5 - - DJANGO=1.8.12 + - DJANGO=1.9.6 + - DJANGO=1.8.13 sudo: false diff --git a/README.rst b/README.rst index 139244c..7944e20 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Requirements - `Arrow `__ - `Blessed `__ -Tested with: Python 2.7 & 3.5. Django 1.8.12 & 1.9.5 +Tested with: Python 2.7 & 3.5. Django 1.8.13 & 1.9.6 Brokers ~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index 7fe66bb..aed785d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Features - Rollbar support -Django Q is tested with: Python 2.7 & 3.5. Django 1.8.12 & 1.9.5 +Django Q is tested with: Python 2.7 & 3.5. Django 1.8.13 & 1.9.6 Contents: diff --git a/docs/install.rst b/docs/install.rst index 747ef14..36be0cd 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -29,7 +29,7 @@ Django Q is tested for Python 2.7 and 3.5 - `Django `__ Django Q aims to use as much of Django's standard offerings as possible - The code is tested against Django version `1.8.12` and `1.9.5`. + The code is tested against Django version `1.8.13` and `1.9.6`. - `Django-picklefield `__ @@ -124,7 +124,7 @@ You can reference the `requirements