Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 42 #91

Closed
wants to merge 14 commits into from
Closed
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -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.6

# Configuration
django-environ==0.4.3
whitenoise==3.3.0
django-environ==0.4.4
whitenoise==3.3.1

# Python-PostgreSQL Database Adapter
psycopg2==2.7.1
psycopg2==2.7.3.1

# Images
Pillow==4.2.1
Pillow==4.3.0

# DRFs
djangorestframework==3.6.3
djangorestframework==3.7.1
djangorestframework-gis==0.11.2

# Checks
django-health-check==2.3.0
django-health-check==2.4.0
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-r base.txt

# documentation
Sphinx==1.6.3
Sphinx==1.6.4
sphinx-autobuild==0.7.1
sphinx-rtd-theme==0.2.4

Expand Down
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ gunicorn==19.7.1

# Raven is the Sentry client
# -----------------------------------------------------------------------------
raven==6.1.0
raven==6.2.1

# 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
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -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