diff --git a/requirements/ci.pip b/requirements/ci.pip index 718e1b1c3..c8723fc4c 100644 --- a/requirements/ci.pip +++ b/requirements/ci.pip @@ -1,3 +1,3 @@ # This file is used for testing on continuous integration servers with tox. -tox==2.3.1 +tox==2.6.0 diff --git a/requirements/dev.pip b/requirements/dev.pip index 828541da1..59fbf0685 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -1,4 +1,4 @@ # This file is used for all packages required for local development. -cookiecutter==1.4.0 +cookiecutter==1.5.1 isort==4.2.5 diff --git a/requirements/test-local.pip b/requirements/test-local.pip index be5b2b3ce..33e833da8 100644 --- a/requirements/test-local.pip +++ b/requirements/test-local.pip @@ -1,4 +1,4 @@ # This file is used for local testing with tox. tox-pyenv==1.0.3 -tox==2.3.1 +tox==2.6.0 diff --git a/tox.ini b/tox.ini index e68cfd33d..191cf8842 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ commands = project-tox-py27: tox -c my-project/tox.ini -e py27 project-tox-py35: tox -c my-project/tox.ini -e py35 deps = - project: tox==2.3.1 + project: tox==2.6.0 setenv = project-docs: SPHINXOPTS_LINKCHECK = "-Dlinkcheck_ignore='http(s)?://.*my-project.*'" @@ -33,7 +33,7 @@ basepython = python3.5 commands = flake8 {toxinidir}/hooks/ deps = - flake8==3.0.4 + flake8==3.3.0 [testenv:isort] basepython = python3.5 diff --git a/{{ cookiecutter.repo_name }}/requirements/ci.pip b/{{ cookiecutter.repo_name }}/requirements/ci.pip index f066077c1..3e530d56b 100644 --- a/{{ cookiecutter.repo_name }}/requirements/ci.pip +++ b/{{ cookiecutter.repo_name }}/requirements/ci.pip @@ -1,5 +1,5 @@ # This file is used for testing on continuous integration servers with tox. codecov==2.0.5 -django-coverage-plugin==1.3.1 -tox==2.3.1 +django-coverage-plugin==1.5.0 +tox==2.6.0 diff --git a/{{ cookiecutter.repo_name }}/requirements/constraints.pip b/{{ cookiecutter.repo_name }}/requirements/constraints.pip index c6fa59c7c..28a29165c 100644 --- a/{{ cookiecutter.repo_name }}/requirements/constraints.pip +++ b/{{ cookiecutter.repo_name }}/requirements/constraints.pip @@ -1,3 +1,3 @@ # This file controls which version of a requirement is installed. -Django==1.8.14 # rq.filter: <1.9 +Django==1.8.17 # rq.filter: <1.9 diff --git a/{{ cookiecutter.repo_name }}/requirements/dev.pip b/{{ cookiecutter.repo_name }}/requirements/dev.pip index d71af804b..1bdcc9b53 100644 --- a/{{ cookiecutter.repo_name }}/requirements/dev.pip +++ b/{{ cookiecutter.repo_name }}/requirements/dev.pip @@ -4,22 +4,22 @@ -r ./test.pip -r ./test-local.pip -Werkzeug==0.11.10 -Glances==2.6.2 +Werkzeug==0.11.15 +Glances==2.8.2 # Bottle is required to run Glances in webserver mode -bottle==0.12.9 +bottle==0.12.13 bumpversion==0.5.3 -django-debug-toolbar==1.5 +django-debug-toolbar==1.6 django-template-debug==0.3.5 envdir==0.7 -flake8==3.0.4 -ipython==5.1.0 +flake8==3.3.0 +ipython==5.3.0 isort==4.2.5 # Newer versions of pdbpp do not work with Python 3 # See https://bitbucket.org/antocuni/pdb/issue/45/fails-to-install-on-os-x-1010-python-343 pdbpp==0.8.3 # rq.filter: !=0.8.2 -pg-activity==1.3.0 -sqlparse==0.2.1 +pg-activity==1.3.1 +sqlparse==0.2.3 # Fork of django-devserver with support for Django 1.8 and Python 3 https://github.com/transcode-de/django-devserver/archive/8ec8efbb7b738508f489d3ddca54c40f510928b6.zip diff --git a/{{ cookiecutter.repo_name }}/requirements/docs.pip b/{{ cookiecutter.repo_name }}/requirements/docs.pip index 92fd290df..04f18ce5d 100644 --- a/{{ cookiecutter.repo_name }}/requirements/docs.pip +++ b/{{ cookiecutter.repo_name }}/requirements/docs.pip @@ -1,4 +1,4 @@ # This file is used for all packages required to build the documentation. -Sphinx==1.3.3 +Sphinx==1.5.3 sphinx-autobuild==0.6.0 diff --git a/{{ cookiecutter.repo_name }}/requirements/test-local.pip b/{{ cookiecutter.repo_name }}/requirements/test-local.pip index be5b2b3ce..33e833da8 100644 --- a/{{ cookiecutter.repo_name }}/requirements/test-local.pip +++ b/{{ cookiecutter.repo_name }}/requirements/test-local.pip @@ -1,4 +1,4 @@ # This file is used for local testing with tox. tox-pyenv==1.0.3 -tox==2.3.1 +tox==2.6.0 diff --git a/{{ cookiecutter.repo_name }}/requirements/test.pip b/{{ cookiecutter.repo_name }}/requirements/test.pip index 4c0b76aaf..f1b7f8739 100644 --- a/{{ cookiecutter.repo_name }}/requirements/test.pip +++ b/{{ cookiecutter.repo_name }}/requirements/test.pip @@ -3,11 +3,11 @@ -r ./forks.pip -coverage==4.2 -django-coverage-plugin==1.3.1 +coverage==4.3.4 +django-coverage-plugin==1.5.0 fauxfactory==2.0.9 -freezegun==0.3.7 -pytest-django==2.9.1 -pytest-factoryboy==1.2.2 -pytest-faker==1.1.0 -pytest==2.9.2 +freezegun==0.3.8 +pytest-django==3.1.2 +pytest-factoryboy==1.3.1 +pytest-faker==2.0.0 +pytest==3.0.6