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 September #117

Merged
merged 15 commits into from
Sep 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
wheel==0.29.0

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

# Configuration
django-environ==0.4.3
django-environ==0.4.4

# Forms
django-braces==1.11.0
Expand All @@ -27,11 +27,11 @@ 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!
django-allauth==0.32.0
django-allauth==0.33.0

# Search
elasticsearch==2.4.1 # pyup: <5.0.0
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.1

# 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.14.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.3
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.9.0
Werkzeug==0.12.2
factory-boy==2.8.1
factory-boy==2.9.2

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.7 # 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