diff --git a/requirements/base.txt b/requirements/base.txt index 4644484..e2006b8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,22 +1,22 @@ # Wheel 0.25+ needed to install certain packages on CPython 3.5+ # like Pillow and psycopg2 -wheel==0.29.0 +wheel==0.30.0 -django==1.11.3 +django==1.11.5 # Configuration -django-environ==0.4.3 +django-environ==0.4.4 whitenoise==3.3.0 # Python-PostgreSQL Database Adapter -psycopg2==2.7.1 +psycopg2==2.7.3.1 # Images Pillow==4.2.1 # DRFs -djangorestframework==3.6.3 +djangorestframework==3.6.4 djangorestframework-gis==0.11.2 # Checks -django-health-check==2.3.0 +django-health-check==2.4.0 diff --git a/requirements/production.txt b/requirements/production.txt index ec8f509..8b3ab3e 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -12,6 +12,6 @@ raven==6.1.0 # Static and Media Storage # ----------------------------------------------------------------------------- -boto3==1.4.4 -django-storages==1.6.3 +boto3==1.4.7 +django-storages==1.6.5 Collectfast==0.5.2 diff --git a/requirements/test.txt b/requirements/test.txt index 59e31a0..33a6bc5 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,8 +1,8 @@ # Test dependencies go here. -r base.txt -factory-boy==2.8.1 +factory-boy==2.9.2 coverage==4.4.1 django-coverage-plugin==1.5.0 django-test-plus==1.0.18 -flake8==3.3.0 +flake8==3.4.1