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

Scheduled monthly dependency update for August #116

Closed
wants to merge 13 commits into from
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
wheel==0.29.0

# Bleeding edge Django
django==1.11.2
django==1.11.4

# Configuration
django-environ==0.4.3
Expand All @@ -27,7 +27,7 @@ django-import-export==0.5.1
django-tinymce==2.6.0

# Images
Pillow==4.1.1
Pillow==4.2.1

# For user registration, either via email or social
# Well-built with regular release cycles!
Expand All @@ -40,7 +40,7 @@ django-haystack-elasticsearch==0.1.0
django-haystack-panel==0.2.1

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

# Unicode slugification
awesome-slugify==1.6.5
Expand All @@ -53,7 +53,7 @@ django-redis==4.8.0
redis>=2.10.5

# Data source
django-teryt-tree==0.12.1
django-teryt-tree==0.13.0
django-autofixture==0.12.1

# Pretty e-mail
Expand All @@ -65,5 +65,5 @@ jsonfield==2.0.2
django-geojson==2.10.0

# Utils
django-atom==0.14.3
python-dateutil==2.6.0
django-atom==0.15.0
python-dateutil==2.6.1
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Local development dependencies go here
-r base.txt
-r test.txt
Sphinx==1.6.2
django-extensions==1.8.0
Sphinx==1.6.3
django-extensions==1.8.1
Werkzeug==0.12.2
factory-boy==2.8.1
factory-boy==2.9.0

django-debug-toolbar==1.8

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

# Static and Media Storage
# ------------------------------------------------
boto3==1.4.4 # AWS S3 Europe
boto==2.47.0 # e24cloud files
django-storages==1.6.3
boto3==1.4.5 # AWS S3 Europe
boto==2.48.0 # e24cloud files
django-storages==1.6.5
Collectfast==0.5.2

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

# Raven is the Sentry client
# --------------------------
Expand Down