diff --git a/requirements.txt b/requirements.txt index d63bed873..3d6afb30e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ sh==1.11 binaryornot==0.4.0 # Testing -pytest==2.9.1 +pytest==2.9.2 pep8==1.7.0 pyflakes==1.2.3 tox==2.3.1 diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 67a6fd6b0..5450a0988 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -7,17 +7,17 @@ wheel==0.29.0 {%- endif %} # Bleeding edge Django -django==1.9.6 +django==1.9.7 # Configuration django-environ==0.4.0 {% if cookiecutter.use_whitenoise == 'y' -%} -whitenoise==3.0 +whitenoise==3.2 {%- endif %} # Forms -django-braces==1.8.1 +django-braces==1.9.0 django-crispy-forms==1.6.0 django-floppyforms==1.6.2 @@ -47,7 +47,7 @@ django-autoslug==1.9.3 pytz==2016.4 # Redis support -django-redis==4.4.2 +django-redis==4.4.3 redis>=2.10.0 {% if cookiecutter.use_celery == "y" %} diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index c88093fef..0b43dde2d 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -1,11 +1,11 @@ # Local development dependencies go here -r base.txt -coverage==4.0.3 -django_coverage_plugin==1.3 +coverage==4.1 +django-coverage-plugin==1.3.1 Sphinx django-extensions==1.6.7 -Werkzeug==0.11.9 -django-test-plus==1.0.12 +Werkzeug==0.11.10 +django-test-plus==1.0.13 factory_boy==2.7.0 django-debug-toolbar==1.4 diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 16c7ea800..2db9d2678 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -12,7 +12,7 @@ psycopg2==2.6.1 # WSGI Handler # ------------------------------------------------ gevent==1.1.1 -gunicorn==19.5.0 +gunicorn==19.6.0 # Static and Media Storage # ------------------------------------------------ diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 0451bc60f..b8531505a 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -7,10 +7,10 @@ psycopg2==2.6.1 {%- endif %} -coverage==4.0.3 -django_coverage_plugin==1.3 +coverage==4.1 +django-coverage-plugin==1.3.1 flake8==2.5.4 -django-test-plus==1.0.12 +django-test-plus==1.0.13 factory_boy==2.7.0 # pytest