Skip to content

Commit

Permalink
Merge pull request #93 from KlubJagiellonski/pyup-scheduled-update-10…
Browse files Browse the repository at this point in the history
…-23-2017

Scheduled weekly dependency update for week 43
  • Loading branch information
Krzysztof Żuraw authored Oct 23, 2017
2 parents 2d28060 + 7630ab0 commit 3f3b822
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
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.5
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.5.0

0 comments on commit 3f3b822

Please sign in to comment.