diff --git a/requirements/base.txt b/requirements/base.txt index b1f3623a..24feb32e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,44 +2,44 @@ # 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 # Bleeding edge Django # django==1.10.7 # pyup: >=1.10,<1.11 -django==1.11 +django==2.0.2 # Configuration -django-environ==0.4.3 -whitenoise==3.3.0 +django-environ==0.4.4 +whitenoise==3.3.1 django-debug-toolbar==1.9.1 # 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 # Images -Pillow==4.1.1 +Pillow==5.0.0 # Password storage -argon2-cffi==16.3.0 +argon2-cffi==18.1.0 # For user registration, either via email or social # Well-built with regular release cycles! -django-allauth==0.32.0 +django-allauth==0.34.0 # Python-PostgreSQL Database Adapter -psycopg2==2.7.1 +psycopg2==2.7.3.2 # Unicode slugification awesome-slugify==1.6.5 # Time zones support -pytz==2017.2 +pytz==2017.3 # Redis support django-redis==4.8.0 @@ -50,14 +50,14 @@ redis>=2.10.5 # Your custom requirements go here -django-countries==4.5 +django-countries==5.1.1 # money added by RG 2017-11-27 -django-money==0.12.1 +django-money==0.12.3 # django-extensions added by RG 2017-12-10 -django-extensions==1.9.8 +django-extensions==1.9.9 # for the ebay API diff --git a/requirements/local.txt b/requirements/local.txt index 1f62f309..6a6514ce 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,19 +1,19 @@ # 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.1 -django-extensions==1.7.9 -Werkzeug==0.12.2 -django-test-plus==1.0.17 -factory-boy==2.8.1 +Sphinx==1.6.6 +django-extensions==1.9.9 +Werkzeug==0.14.1 +django-test-plus==1.0.22 +factory-boy==2.10.0 -django-debug-toolbar==1.8 +django-debug-toolbar==1.9.1 # improved REPL ipdb==0.10.3 pytest-django==3.1.2 -pytest-sugar==0.8.0 +pytest-sugar==0.9.0 diff --git a/requirements/production.txt b/requirements/production.txt index 42c04bf6..c2700750 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -6,21 +6,21 @@ # WSGI Handler # ------------------------------------------------ -gevent==1.2.1 +gevent==1.2.2 gunicorn==19.7.1 # Static and Media Storage # ------------------------------------------------ -boto==2.47.0 -django-storages-redux==1.3.2 +boto==2.48.0 +django-storages-redux==1.3.3 # Email backends for Mailgun, Postmark, SendGrid and more # ------------------------------------------------------- -django-anymail==0.10 +django-anymail==1.2 # Raven is the Sentry client # -------------------------- -raven==6.0.0 +raven==6.5.0 diff --git a/requirements/test.txt b/requirements/test.txt index 9174242b..1453478f 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,11 +3,11 @@ -coverage==4.4.1 -flake8==3.3.0 # pyup: != 2.6.0 -django-test-plus==1.0.17 -factory-boy==2.8.1 +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 -pytest-sugar==0.8.0 +pytest-sugar==0.9.0