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 37 #86

Closed
wants to merge 10 commits into from
12 changes: 6 additions & 6 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.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
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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