Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Merge 2f2f0bb into ea1a5c5
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Nov 1, 2017
2 parents ea1a5c5 + 2f2f0bb commit 6182649
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
wheel==0.30.0

# Bleeding edge Django
django==1.11.4
django==1.11.6

# Configuration
django-environ==0.4.4

# Forms
django-braces==1.11.0
django-crispy-forms==1.6.1
django-crispy-forms==1.7.0

# Templates
django-bootstrap-pagination==1.6.2
django-bootstrap-pagination==1.6.3

# Models
django-model-utils==3.0.0
Expand All @@ -27,11 +27,11 @@ django-import-export==0.5.1
django-tinymce==2.6.0

# Images
Pillow==4.2.1
Pillow==4.3.0

# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.33.0
django-allauth==0.34.0

# Search
elasticsearch==2.4.1 # pyup: <5.0.0
Expand All @@ -40,13 +40,13 @@ django-haystack-elasticsearch==0.1.0
django-haystack-panel==0.2.1

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

# Unicode slugification
awesome-slugify==1.6.5

# Time zones support
pytz==2017.2
pytz==2017.3

# Redis support
django-redis==4.8.0
Expand All @@ -65,5 +65,5 @@ jsonfield==2.0.2
django-geojson==2.10.0

# Utils
django-atom==0.15.3
django-atom==0.16.2
python-dateutil==2.6.1
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Local development dependencies go here
-r base.txt
-r test.txt
Sphinx==1.6.3
django-extensions==1.9.0
Sphinx==1.6.5
django-extensions==1.9.7
Werkzeug==0.12.2
factory-boy==2.9.2

Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Collectfast==0.5.2

# Email backends for Mailgun, Postmark, SendGrid and more
# -------------------------------------------------------
django-anymail==0.11.1
django-anymail==1.1

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


0 comments on commit 6182649

Please sign in to comment.