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 26 #74

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# like Pillow and psycopg2
wheel==0.29.0

django==1.11.1
django==1.11.2

# Configuration
django-environ==0.4.3
Expand All @@ -16,7 +16,7 @@ Pillow==4.1.1

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

# Checks
django-health-check==2.3.0
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
-r base.txt

# documentation
Sphinx==1.5.6
Sphinx==1.6.2
sphinx-autobuild==0.6.0
sphinx-rtd-theme==0.2.4

# improved REPL
ipdb==0.10.3
isort==4.2.5
isort==4.2.15

# debugging
django-debug-toolbar==1.8
4 changes: 2 additions & 2 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.0.0
raven==6.1.0

# Static and Media Storage
# -----------------------------------------------------------------------------
boto3==1.4.4
django-storages==1.5.2
django-storages==1.6.3
Collectfast==0.5.2