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

Scheduled monthly dependency update for April #17

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b148512
Update wheel from 0.29.0 to 0.30.0
pyup-bot Apr 1, 2018
ea4bdf7
Update django-braces from 1.11.0 to 1.12.0
pyup-bot Apr 1, 2018
6493195
Update django-crispy-forms from 1.6.1 to 1.7.2
pyup-bot Apr 1, 2018
9fc1236
Update django-model-utils from 3.0.0 to 3.1.1
pyup-bot Apr 1, 2018
d77a96c
Update django-atom from 0.15.3 to 0.16.2
pyup-bot Apr 1, 2018
24d8be7
Update pillow from 4.2.1 to 5.0.0
pyup-bot Apr 1, 2018
1320af6
Update mysqlclient from 1.3.11 to 1.3.12
pyup-bot Apr 1, 2018
8a5027d
Update pytz from 2017.2 to 2018.3
pyup-bot Apr 1, 2018
3e8a140
Update django-redis from 4.8.0 to 4.9.0
pyup-bot Apr 1, 2018
6b4f195
Update django-import-export from 0.5.1 to 1.0.0
pyup-bot Apr 1, 2018
1e090d7
Update coverage from 4.4.1 to 4.5.1
pyup-bot Apr 1, 2018
c17122d
Update coverage from 4.4.1 to 4.5.1
pyup-bot Apr 1, 2018
d4d92a4
Update sphinx from 1.6.3 to 1.7.2
pyup-bot Apr 1, 2018
a01c31c
Update django-extensions from 1.9.0 to 2.0.6
pyup-bot Apr 1, 2018
4659fe8
Update werkzeug from 0.12.2 to 0.14.1
pyup-bot Apr 1, 2018
a398f34
Update factory-boy from 2.9.2 to 2.10.0
pyup-bot Apr 1, 2018
be63df7
Update factory-boy from 2.9.2 to 2.10.0
pyup-bot Apr 1, 2018
af4b7e7
Update factory-boy from 2.9.2 to 2.10.0
pyup-bot Apr 1, 2018
84d0510
Update django-debug-toolbar from 1.8 to 1.9.1
pyup-bot Apr 1, 2018
7c49a2d
Update ipdb from 0.10.3 to 0.11
pyup-bot Apr 1, 2018
0904086
Update pytest-sugar from 0.9.0 to 0.9.1
pyup-bot Apr 1, 2018
fe826a2
Update pytest-sugar from 0.9.0 to 0.9.1
pyup-bot Apr 1, 2018
7a5c71b
Update django from 1.10.7 to 1.10.8
pyup-bot Apr 1, 2018
4d3ff75
Update collectfast from 0.5.2 to 0.6.2
pyup-bot Apr 1, 2018
435ed83
Update django-anymail from 0.11.1 to 2.0
pyup-bot Apr 1, 2018
f8b7a82
Update raven from 6.1.0 to 6.6.0
pyup-bot Apr 1, 2018
696e83f
Update flake8 from 3.4.1 to 3.5.0
pyup-bot Apr 1, 2018
f7f1e41
Update django-test-plus from 1.0.18 to 1.0.22
pyup-bot Apr 1, 2018
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
20 changes: 10 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
# 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

# Configuration
django-environ==0.4.4



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

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

django-atom==0.15.3
django-atom==0.16.2
# Images
Pillow==4.2.1
Pillow==5.0.0

# Python-MySQL Database Adapter
mysqlclient==1.3.11
mysqlclient==1.3.12

# Unicode slugification
awesome-slugify==1.6.5

# Time zones support
pytz==2017.2
pytz==2018.3

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

# Your custom requirements go here
django-import-export==0.5.1
django-import-export==1.0.0
16 changes: 8 additions & 8 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Local development dependencies go here
-r base.txt

coverage==4.4.1
coverage==4.5.1
django-coverage-plugin==1.5.0

Sphinx==1.6.3
django-extensions==1.9.0
Werkzeug==0.12.2
factory-boy==2.9.2
Sphinx==1.7.2
django-extensions==2.0.6
Werkzeug==0.14.1
factory-boy==2.10.0

django-debug-toolbar==1.8
django-debug-toolbar==1.9.1

# improved REPL
ipdb==0.10.3
ipdb==0.11

pytest-django==3.1.2
pytest-sugar==0.9.0
pytest-sugar==0.9.1
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# production that aren't in development.
-r base.txt

django==1.10.7 # pyup: >=1.10,<1.11
django==1.10.8 # pyup: >=1.10,<1.11

# WSGI Handler
# ------------------------------------------------
Expand All @@ -13,14 +13,14 @@ gunicorn==19.7.1
# ------------------------------------------------
boto==2.48.0
django-storages-redux==1.3.3
Collectfast==0.5.2
Collectfast==0.6.2

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

# Raven is the Sentry client
# --------------------------
raven==6.1.0
factory-boy==2.9.2
raven==6.6.0
factory-boy==2.10.0

10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Test dependencies go here.
-r local.txt

coverage==4.4.1
flake8==3.4.1 # pyup: != 2.6.0
django-test-plus==1.0.18
factory-boy==2.9.2
coverage==4.5.1
flake8==3.5.0 # pyup: != 2.6.0
django-test-plus==1.0.22
factory-boy==2.10.0

# pytest
pytest-django==3.1.2
pytest-sugar==0.9.0
pytest-sugar==0.9.1