diff --git a/requirements/base.txt b/requirements/base.txt index d6dd557..5f23865 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,21 +2,21 @@ # like Pillow and psycopg2 wheel==0.29.0 -django==1.10.4 +django==1.10.5 # Configuration -django-environ==0.4.0 +django-environ==0.4.1 whitenoise==3.3.0 # Python-PostgreSQL Database Adapter psycopg2==2.6.2 # Images -Pillow==3.4.2 +Pillow==4.0.0 # DRFs -djangorestframework==3.5.3 +djangorestframework==3.5.4 djangorestframework-gis==0.11 # Checks -django-health-check==2.2.0 +django-health-check==2.2.2 diff --git a/requirements/local.txt b/requirements/local.txt index 492c65f..7ac744d 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -2,12 +2,12 @@ -r base.txt # documentation -Sphinx==1.4.8 +Sphinx==1.5.2 sphinx-autobuild==0.6.0 sphinx-rtd-theme==0.1.9 # improved REPL -ipdb==0.10.1 +ipdb==0.10.2 isort==4.2.5 # debugging diff --git a/requirements/test.txt b/requirements/test.txt index ae70697..881d1d1 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ -r base.txt factory-boy==2.8.1 -coverage==4.3.1 -django_coverage_plugin==1.3.1 -django-test-plus==1.0.15 -flake8==3.2.1 +coverage==4.3.4 +django-coverage-plugin==1.4.2 +django-test-plus==1.0.17 +flake8==3.3.0