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 January #14

Closed
wants to merge 20 commits into from
Closed
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 @@ -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-atom==0.15.3
django-atom==0.16.2
# Images
Pillow==4.2.1
Pillow==4.3.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.6.1
10 changes: 5 additions & 5 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -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
Sphinx==1.6.5
django-extensions==1.9.8
Werkzeug==0.14.1
factory-boy==2.9.2

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

# improved REPL
ipdb==0.10.3
Expand Down
8 changes: 4 additions & 4 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.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
raven==6.4.0
factory-boy==2.9.2

6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 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
coverage==4.4.2
flake8==3.5.0 # pyup: != 2.6.0
django-test-plus==1.0.21
factory-boy==2.9.2

# pytest
Expand Down