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 June #140

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
519071c
Update gevent from 1.2.2 to 1.4.0
pyup-bot Jun 1, 2019
0110b7d
Update gunicorn from 19.7.1 to 19.9.0
pyup-bot Jun 1, 2019
016425f
Update boto3 from 1.4.7 to 1.9.159
pyup-bot Jun 1, 2019
a3fb726
Update boto from 2.48.0 to 2.49.0
pyup-bot Jun 1, 2019
4b9c12b
Update django-storages from 1.6.5 to 1.7.1
pyup-bot Jun 1, 2019
9f0cd38
Update collectfast from 0.5.2 to 0.6.2
pyup-bot Jun 1, 2019
85c656a
Update django-anymail from 0.11.1 to 6.0.1
pyup-bot Jun 1, 2019
a95df2e
Update raven from 6.1.0 to 6.10.0
pyup-bot Jun 1, 2019
e6d3dde
Update wheel from 0.29.0 to 0.33.4
pyup-bot Jun 1, 2019
c3f2b77
Update django from 1.11.4 to 2.2.1
pyup-bot Jun 1, 2019
81e2782
Update django-environ from 0.4.4 to 0.4.5
pyup-bot Jun 1, 2019
184f506
Update django-braces from 1.11.0 to 1.13.0
pyup-bot Jun 1, 2019
88715db
Update django-crispy-forms from 1.6.1 to 1.7.2
pyup-bot Jun 1, 2019
7145821
Update django-bootstrap-pagination from 1.6.2 to 1.7.0
pyup-bot Jun 1, 2019
7d16216
Update django-model-utils from 3.0.0 to 3.1.2
pyup-bot Jun 1, 2019
951e2c5
Update django-grappelli from 2.10.1 to 2.12.3
pyup-bot Jun 1, 2019
e48079a
Update geopy from 1.11.0 to 1.20.0
pyup-bot Jun 1, 2019
f5fa0e0
Update django-import-export from 0.5.1 to 1.2.0
pyup-bot Jun 1, 2019
3efed1f
Update django-tinymce from 2.6.0 to 2.8.0
pyup-bot Jun 1, 2019
9f84021
Update pillow from 4.2.1 to 6.0.0
pyup-bot Jun 1, 2019
4456469
Update django-allauth from 0.33.0 to 0.39.1
pyup-bot Jun 1, 2019
5d35e2b
Update django-haystack from 2.6.1 to 2.8.1
pyup-bot Jun 1, 2019
8cab222
Update psycopg2 from 2.7.3.1 to 2.8.2
pyup-bot Jun 1, 2019
511a8de
Update pytz from 2017.2 to 2019.1
pyup-bot Jun 1, 2019
e5fa05b
Update django-redis from 4.8.0 to 4.10.0
pyup-bot Jun 1, 2019
3bd9970
Update django-teryt-tree from 0.14.0 to 0.15.0
pyup-bot Jun 1, 2019
65b110c
Update djmail from 1.0.1 to 1.1.0
pyup-bot Jun 1, 2019
8f703c3
Update django-leaflet from 0.22.0 to 0.24.0
pyup-bot Jun 1, 2019
4b4e515
Update django-geojson from 2.10.0 to 2.12.0
pyup-bot Jun 1, 2019
8e29366
Update django-atom from 0.15.3 to 0.16.3
pyup-bot Jun 1, 2019
11c79f2
Update python-dateutil from 2.6.1 to 2.8.0
pyup-bot Jun 1, 2019
dbf8f8f
Update sphinx from 1.6.3 to 2.0.1
pyup-bot Jun 1, 2019
95518d1
Update django-extensions from 1.9.0 to 2.1.7
pyup-bot Jun 1, 2019
c63f9ad
Update werkzeug from 0.12.2 to 0.15.4
pyup-bot Jun 1, 2019
da7a2ca
Update factory-boy from 2.9.2 to 2.12.0
pyup-bot Jun 1, 2019
46bd775
Update django-debug-toolbar from 1.8 to 1.11
pyup-bot Jun 1, 2019
92b1584
Update ipdb from 0.10.3 to 0.12
pyup-bot Jun 1, 2019
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
46 changes: 23 additions & 23 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,68 +2,68 @@
# 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.33.4

# Bleeding edge Django
django==1.11.4
django==2.2.1

# Configuration
django-environ==0.4.4
django-environ==0.4.5

# Forms
django-braces==1.11.0
django-crispy-forms==1.6.1
django-braces==1.13.0
django-crispy-forms==1.7.2

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

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

# Admin
django-grappelli==2.10.1
geopy==1.11.0
django-import-export==0.5.1
django-tinymce==2.6.0
django-grappelli==2.12.3
geopy==1.20.0
django-import-export==1.2.0
django-tinymce==2.8.0

# Images
Pillow==4.2.1
Pillow==6.0.0

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

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

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

# Unicode slugification
awesome-slugify==1.6.5

# Time zones support
pytz==2017.2
pytz==2019.1

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

# Data source
django-teryt-tree==0.14.0
django-teryt-tree==0.15.0
django-autofixture==0.12.1

# Pretty e-mail
djmail==1.0.1
djmail==1.1.0

# GeoMaps
django-leaflet==0.22.0
django-leaflet==0.24.0
jsonfield==2.0.2
django-geojson==2.10.0
django-geojson==2.12.0

# Utils
django-atom==0.15.3
python-dateutil==2.6.1
django-atom==0.16.3
python-dateutil==2.8.0
12 changes: 6 additions & 6 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.6.3
django-extensions==1.9.0
Werkzeug==0.12.2
factory-boy==2.9.2
Sphinx==2.0.1
django-extensions==2.1.7
Werkzeug==0.15.4
factory-boy==2.12.0

django-debug-toolbar==1.8
django-debug-toolbar==1.11

# improved REPL
ipdb==0.10.3
ipdb==0.12
16 changes: 8 additions & 8 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.2
gunicorn==19.7.1
gevent==1.4.0
gunicorn==19.9.0

# Static and Media Storage
# ------------------------------------------------
boto3==1.4.7 # AWS S3 Europe
boto==2.48.0 # e24cloud files
django-storages==1.6.5
Collectfast==0.5.2
boto3==1.9.159 # AWS S3 Europe
boto==2.49.0 # e24cloud files
django-storages==1.7.1
Collectfast==0.6.2

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

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