diff --git a/.travis.yml b/.travis.yml index 185e6654..fcb26446 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ install: # Install the CI dependencies - python -m pip install celery==3.1.20 # pin from requirements.txt - - python -m pip install Django==1.9 # pin from requirements.txt + - python -m pip install Django==1.10 # pin from requirements.txt - python -m pip install nox - python -m pip install coveralls diff --git a/requirements.txt b/requirements.txt index 12db2c8b..5633d6e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.9 +Django==1.10 celery==3.1.20 djangorestframework==3.4 django-filter==1.0.1