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 July #115

Merged
merged 22 commits into from
Jul 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1dcaffa
Update gevent from 1.2.0 to 1.2.2
pyup-bot Jul 1, 2017
353ce72
Update boto3 from 1.4.3 to 1.4.4
pyup-bot Jul 1, 2017
f0dcdc6
Update boto from 2.46.1 to 2.47.0
pyup-bot Jul 1, 2017
dee0003
Update django-storages from 1.5.1 to 1.6.3
pyup-bot Jul 1, 2017
765fdfc
Update django-anymail from 0.9 to 0.10
pyup-bot Jul 1, 2017
68c1624
Update raven from 6.0.0 to 6.1.0
pyup-bot Jul 1, 2017
2e4562b
Update django from 1.10.5 to 1.11.2
pyup-bot Jul 1, 2017
2593776
Update django-environ from 0.4.1 to 0.4.3
pyup-bot Jul 1, 2017
5287d91
Update django-model-utils from 2.6.1 to 3.0.0
pyup-bot Jul 1, 2017
19a91c4
Update django-grappelli from 2.9.1 to 2.10.1
pyup-bot Jul 1, 2017
be2a359
Update pillow from 4.1.0 to 4.1.1
pyup-bot Jul 1, 2017
4f1e36f
Update django-allauth from 0.31.0 to 0.32.0
pyup-bot Jul 1, 2017
fa43c91
Update django-haystack from 2.6.0 to 2.6.1
pyup-bot Jul 1, 2017
eb96f95
Update django-redis from 4.7.0 to 4.8.0
pyup-bot Jul 1, 2017
5ebbe38
Update django-leaflet from 0.21.0 to 0.22.0
pyup-bot Jul 1, 2017
a556c4c
Update jsonfield from 2.0.1 to 2.0.2
pyup-bot Jul 1, 2017
6a3cb04
Update django-atom from 0.12.7 to 0.14.3
pyup-bot Jul 1, 2017
cd28b13
Update sphinx from 1.5.5 to 1.6.2
pyup-bot Jul 1, 2017
3ef3849
Update django-extensions from 1.7.8 to 1.8.0
pyup-bot Jul 1, 2017
375e902
Update werkzeug from 0.11.15 to 0.12.2
pyup-bot Jul 1, 2017
463bc72
Update django-debug-toolbar from 1.7 to 1.8
pyup-bot Jul 1, 2017
7f852d1
Update ipdb from 0.10.2 to 0.10.3
pyup-bot Jul 1, 2017
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
22 changes: 11 additions & 11 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.10.5
django==1.11.2

# Configuration
django-environ==0.4.1
django-environ==0.4.3

# Forms
django-braces==1.11.0
Expand All @@ -18,24 +18,24 @@ django-crispy-forms==1.6.1
django-bootstrap-pagination==1.6.2

# Models
django-model-utils==2.6.1
django-model-utils==3.0.0

# Admin
django-grappelli==2.9.1
django-grappelli==2.10.1
geopy==1.11.0
django-import-export==0.5.1
django-tinymce==2.6.0

# Images
Pillow==4.1.0
Pillow==4.1.1

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

# Search
elasticsearch==2.4.1 # pyup: <5.0.0
django-haystack==2.6.0
django-haystack==2.6.1
django-haystack-elasticsearch==0.1.0
django-haystack-panel==0.2.1

Expand All @@ -49,7 +49,7 @@ awesome-slugify==1.6.5
pytz==2017.2

# Redis support
django-redis==4.7.0
django-redis==4.8.0
redis>=2.10.5

# Data source
Expand All @@ -60,10 +60,10 @@ django-autofixture==0.12.1
djmail==1.0.1

# GeoMaps
django-leaflet==0.21.0
jsonfield==2.0.1
django-leaflet==0.22.0
jsonfield==2.0.2
django-geojson==2.10.0

# Utils
django-atom==0.12.7
django-atom==0.14.3
python-dateutil==2.6.0
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Local development dependencies go here
-r base.txt
-r test.txt
Sphinx==1.5.5
django-extensions==1.7.8
Werkzeug==0.11.15
Sphinx==1.6.2
django-extensions==1.8.0
Werkzeug==0.12.2
factory-boy==2.8.1

django-debug-toolbar==1.7
django-debug-toolbar==1.8

# improved REPL
ipdb==0.10.2
ipdb==0.10.3
12 changes: 6 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@

# WSGI Handler
# ------------------------------------------------
gevent==1.2.0
gevent==1.2.2
gunicorn==19.7.1

# Static and Media Storage
# ------------------------------------------------
boto3==1.4.3 # AWS S3 Europe
boto==2.46.1 # e24cloud files
django-storages==1.5.1
boto3==1.4.4 # AWS S3 Europe
boto==2.47.0 # e24cloud files
django-storages==1.6.3
Collectfast==0.5.2

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

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