Skip to content

Commit

Permalink
Update django-mailgun from 0.8.0 to 0.9.1
Browse files Browse the repository at this point in the history
Update ipdb from 0.9.0 to 0.10.1
Update gevent from 1.1rc5 to 1.1.1
Update pillow from 3.1.1 to 3.3.0
Update django from 1.9.4 to 1.9.7
Update django-floppyforms from 1.6.1 to 1.6.2
Pin sphinx to latest version 1.4.4
Update django-test-plus from 1.0.12 to 1.0.14
Update django-test-plus from 1.0.12 to 1.0.14
Update gitpython from 1.0.2 to 2.0.6
Update whitenoise from 2.0.6 to 3.2
Update colorlog from 2.6.3 to 2.7.0
Update django-model-utils from 2.4 to 2.5
Update gunicorn from 19.4.5 to 19.6.0
Pin raven to latest version 5.21.0
Pin opbeat to latest version 3.3.4
Update django-extensions from 1.6.1 to 1.6.7
Update boto from 2.39.0 to 2.41.0
Update celery from 3.1.21 to 3.1.23
Update django-braces from 1.8.1 to 1.9.0
Update pytest-sugar from 0.5.1 to 0.7.1
Update pytest-sugar from 0.5.1 to 0.7.1
Update werkzeug from 0.11.4 to 0.11.9
Update django-coverage-plugin from 1.2.2 to 1.3.1
Update django-coverage-plugin from 1.2.2 to 1.3.1
Update django-allauth from 0.24.1 to 0.25.2
Update factory-boy from 2.6.1 to 2.7.0
Update factory-boy from 2.6.1 to 2.7.0
Update coverage from 4.0.3 to 4.1
Update coverage from 4.0.3 to 4.1
Update django-redis from 4.3.0 to 4.4.3
  • Loading branch information
pyup-bot authored and noisy committed Jul 8, 2016
1 parent 763c5ce commit af4fdf5
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
22 changes: 11 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
wheel==0.29.0

# Bleeding edge Django
django==1.9.4
django==1.9.7

# Configuration
django-environ==0.4.0
django-secure==1.0.1
whitenoise==2.0.6
whitenoise==3.2


# Forms
django-braces==1.8.1
django-braces==1.9.0
django-crispy-forms==1.6.0
django-floppyforms==1.6.1
django-floppyforms==1.6.2

# Models
django-model-utils==2.4
django-model-utils==2.5

# Images
Pillow==3.1.1
Pillow==3.3.0

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


# Python-PostgreSQL Database Adapter
Expand All @@ -37,20 +37,20 @@ unicode-slugify==0.1.3
django-autoslug==1.9.3

# Time zones support
pytz==2015.7
pytz==2016.4

# Redis support
django-redis==4.3.0
django-redis==4.4.3
redis>=2.10.0


celery==3.1.21
celery==3.1.23


# Your custom requirements go here
django-docopt-command==0.2.2
PyYAML==3.11
GitPython==1.0.2
GitPython==2.0.6
lxml==3.6.0

# django-chroniker==0.8.5
Expand Down
20 changes: 10 additions & 10 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Local development dependencies go here
-r base.txt
coverage==4.0.3
django_coverage_plugin==1.2.2
Sphinx
django-extensions==1.6.1
Werkzeug==0.11.4
django-test-plus==1.0.12
factory_boy==2.6.1
colorlog==2.6.3
coverage==4.1
django-coverage-plugin==1.3.1
Sphinx==1.4.4
django-extensions==1.6.7
Werkzeug==0.11.9
django-test-plus==1.0.14
factory-boy==2.7.0
colorlog==2.7.0

# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.4

# improved REPL
ipdb==0.9.0
ipdb==0.10.1

# pytest!
pytest-django==2.9.1
pytest-sugar==0.5.1
pytest-sugar==0.7.1
12 changes: 6 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
# ------------------------------------------------

# there's no python 3 support in stable, have to use the latest release candidate for gevent
gevent==1.1rc5
gevent==1.1.1

gunicorn==19.4.5
gunicorn==19.6.0

# Static and Media Storage
# ------------------------------------------------
boto==2.39.0
boto==2.41.0
django-storages-redux==1.3.2


# Mailgun Support
# ---------------
django-mailgun==0.8.0
django-mailgun==0.9.1

# Raven is the Sentry client
# --------------------------
raven
raven==5.21.0



# Opbeat agent for performance monitoring
# -----------------------------------------
opbeat
opbeat==3.3.4
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@



coverage==4.0.3
django_coverage_plugin==1.2.2
flake8==2.5.4
django-test-plus==1.0.12
factory_boy==2.6.1
coverage==4.1
django-coverage-plugin==1.3.1
flake8==2.6.2
django-test-plus==1.0.14
factory-boy==2.7.0

# pytest!
pytest-django==2.9.1
pytest-sugar==0.5.1
pytest-sugar==0.7.1

0 comments on commit af4fdf5

Please sign in to comment.