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 February #15

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1a7efc1
Update wheel from 0.29.0 to 0.30.0
pyup-bot Feb 1, 2018
d1d11de
Update django-braces from 1.11.0 to 1.12.0
pyup-bot Feb 1, 2018
16b3174
Update django-crispy-forms from 1.6.1 to 1.7.0
pyup-bot Feb 1, 2018
7d032a8
Update django-model-utils from 3.0.0 to 3.1.1
pyup-bot Feb 1, 2018
c6a0bbb
Update django-atom from 0.15.3 to 0.16.2
pyup-bot Feb 1, 2018
d45dab5
Update pillow from 4.2.1 to 5.0.0
pyup-bot Feb 1, 2018
aa22623
Update mysqlclient from 1.3.11 to 1.3.12
pyup-bot Feb 1, 2018
6835a7a
Update pytz from 2017.2 to 2017.3
pyup-bot Feb 1, 2018
f9825b0
Update django-import-export from 0.5.1 to 0.7.0
pyup-bot Feb 1, 2018
c3dbaaa
Update coverage from 4.4.1 to 4.4.2
pyup-bot Feb 1, 2018
d47d2a8
Update coverage from 4.4.1 to 4.4.2
pyup-bot Feb 1, 2018
7837903
Update sphinx from 1.6.3 to 1.6.6
pyup-bot Feb 1, 2018
82a89d9
Update django-extensions from 1.9.0 to 1.9.9
pyup-bot Feb 1, 2018
dc557d1
Update werkzeug from 0.12.2 to 0.14.1
pyup-bot Feb 1, 2018
5372c9f
Update factory-boy from 2.9.2 to 2.10.0
pyup-bot Feb 1, 2018
eaf7b70
Update factory-boy from 2.9.2 to 2.10.0
pyup-bot Feb 1, 2018
71014b6
Update factory-boy from 2.9.2 to 2.10.0
pyup-bot Feb 1, 2018
f9e86f1
Update django-debug-toolbar from 1.8 to 1.9.1
pyup-bot Feb 1, 2018
b88d2ce
Update django from 1.10.7 to 1.10.8
pyup-bot Feb 1, 2018
80fdc03
Update collectfast from 0.5.2 to 0.6.0
pyup-bot Feb 1, 2018
226edb1
Update django-anymail from 0.11.1 to 1.2
pyup-bot Feb 1, 2018
53dfa6f
Update raven from 6.1.0 to 6.5.0
pyup-bot Feb 1, 2018
009c7e3
Update flake8 from 3.4.1 to 3.5.0
pyup-bot Feb 1, 2018
2d19f56
Update django-test-plus from 1.0.18 to 1.0.22
pyup-bot Feb 1, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions requirements/base.txt
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.0

# 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==2017.3

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

# Your custom requirements go here
django-import-export==0.5.1
django-import-export==0.7.0
12 changes: 6 additions & 6 deletions requirements/local.txt
@@ -1,15 +1,15 @@
# Local development dependencies go here
-r base.txt

coverage==4.4.1
coverage==4.4.2
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.6.6
django-extensions==1.9.9
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
Expand Down
10 changes: 5 additions & 5 deletions requirements/production.txt
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.0

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

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

8 changes: 4 additions & 4 deletions requirements/test.txt
@@ -1,10 +1,10 @@
# 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.4.2
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
Expand Down