From 922d3824c0f7cd2c695bd4a52dee5d3e3c678a0c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 12 Jan 2019 23:34:48 -0800 Subject: [PATCH 01/20] Update pytest from 4.1.0 to 4.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10bd51ea..90870656 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ flake8==3.6.0 # Testing # ------------------------------------------------------------------------------ tox==3.6.1 -pytest==4.1.0 +pytest==4.1.1 pytest-cookies==0.3.0 From 33d03e06ab1a9201029f0b90d7236169030e0295 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 12 Jan 2019 23:34:49 -0800 Subject: [PATCH 02/20] Update pytest from 4.1.0 to 4.1.1 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 218327ba..9a7751eb 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -12,7 +12,7 @@ psycopg2-binary==2.7.6.1 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ mypy==0.650 # https://github.com/python/mypy -pytest==4.1.0 # https://github.com/pytest-dev/pytest +pytest==4.1.1 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar # Code quality From e5f779c9cc2d2176785492e58390d39b38ab8063 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sun, 13 Jan 2019 05:48:11 -0800 Subject: [PATCH 03/20] Update pytest-django from 3.4.4 to 3.4.5 (#1903) --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 9a7751eb..53d22c4a 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -27,4 +27,4 @@ factory-boy==2.11.1 # https://github.com/FactoryBoy/factory_boy django-debug-toolbar==1.11 # https://github.com/jazzband/django-debug-toolbar django-extensions==2.1.4 # https://github.com/django-extensions/django-extensions django-coverage-plugin==1.6.0 # https://github.com/nedbat/django_coverage_plugin -pytest-django==3.4.4 # https://github.com/pytest-dev/pytest-django +pytest-django==3.4.5 # https://github.com/pytest-dev/pytest-django From b0380da4c06db2aa4299b80abb92515228079ae8 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sun, 13 Jan 2019 05:48:23 -0800 Subject: [PATCH 04/20] Update pytz from 2018.7 to 2018.9 (#1902) --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index b9de0df8..3d5efa98 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -1,4 +1,4 @@ -pytz==2018.7 # https://github.com/stub42/pytz +pytz==2018.9 # https://github.com/stub42/pytz python-slugify==2.0.1 # https://github.com/un33k/python-slugify Pillow==5.4.1 # https://github.com/python-pillow/Pillow {%- if cookiecutter.use_compressor == "y" %} From cf88911c36d9e51d663026e58a8db69745f992e0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 16 Jan 2019 09:20:56 -0800 Subject: [PATCH 05/20] Update djangorestframework from 3.9.0 to 3.9.1 --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 3d5efa98..ad78d8b7 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -29,5 +29,5 @@ django-compressor==2.2 # https://github.com/django-compressor/django-compressor django-redis==4.10.0 # https://github.com/niwinz/django-redis # Django REST Framework -djangorestframework==3.9.0 # https://github.com/encode/django-rest-framework +djangorestframework==3.9.1 # https://github.com/encode/django-rest-framework coreapi==2.3.3 # https://github.com/core-api/python-client From e2f46e392e4e6f12ddf4863ef81a722d0c39e293 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 22 Jan 2019 03:30:37 -0800 Subject: [PATCH 06/20] Update argon2-cffi from 18.3.0 to 19.1.0 (#1909) --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 3d5efa98..6f94268b 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -4,7 +4,7 @@ Pillow==5.4.1 # https://github.com/python-pillow/Pillow {%- if cookiecutter.use_compressor == "y" %} rcssmin==1.0.6{% if cookiecutter.windows == 'y' %} --install-option="--without-c-extensions"{% endif %} # https://github.com/ndparker/rcssmin {%- endif %} -argon2-cffi==18.3.0 # https://github.com/hynek/argon2_cffi +argon2-cffi==19.1.0 # https://github.com/hynek/argon2_cffi {%- if cookiecutter.use_whitenoise == 'y' %} whitenoise==4.1.2 # https://github.com/evansd/whitenoise {%- endif %} From 563ca774803f3cb61402ab0641d4ce66b6570c15 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 22 Jan 2019 03:30:50 -0800 Subject: [PATCH 07/20] Update mypy from 0.650 to 0.660 (#1908) --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 53d22c4a..19a9e62c 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -11,7 +11,7 @@ psycopg2-binary==2.7.6.1 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ -mypy==0.650 # https://github.com/python/mypy +mypy==0.660 # https://github.com/python/mypy pytest==4.1.1 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar From a7af2d515350c7b1e57740d7457b785b47a472fb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 22 Jan 2019 11:58:06 -0800 Subject: [PATCH 08/20] Update psycopg2-binary from 2.7.6.1 to 2.7.7 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 19a9e62c..7ee9a1ee 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -6,7 +6,7 @@ Sphinx==1.8.3 # https://github.com/sphinx-doc/sphinx {%- if cookiecutter.use_docker == 'y' %} psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 {%- else %} -psycopg2-binary==2.7.6.1 # https://github.com/psycopg/psycopg2 +psycopg2-binary==2.7.7 # https://github.com/psycopg/psycopg2 {%- endif %} # Testing From 0ef965cbfd3af71cf42dbd603e8e61f04b976462 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 30 Jan 2019 11:53:28 -0800 Subject: [PATCH 09/20] Update django-extensions from 2.1.4 to 2.1.5 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 7ee9a1ee..9c7646bd 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -25,6 +25,6 @@ coverage==4.5.2 # https://github.com/nedbat/coveragepy factory-boy==2.11.1 # https://github.com/FactoryBoy/factory_boy django-debug-toolbar==1.11 # https://github.com/jazzband/django-debug-toolbar -django-extensions==2.1.4 # https://github.com/django-extensions/django-extensions +django-extensions==2.1.5 # https://github.com/django-extensions/django-extensions django-coverage-plugin==1.6.0 # https://github.com/nedbat/django_coverage_plugin pytest-django==3.4.5 # https://github.com/pytest-dev/pytest-django From 75837bac657a9cdf32b34c1ed77962f6bf6294c6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 30 Jan 2019 16:40:22 -0800 Subject: [PATCH 10/20] Update pytest from 4.1.1 to 4.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90870656..12e88080 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ flake8==3.6.0 # Testing # ------------------------------------------------------------------------------ tox==3.6.1 -pytest==4.1.1 +pytest==4.2.0 pytest-cookies==0.3.0 From 8c7a3613babefd2903ecff08956e15dce9adf7a7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 30 Jan 2019 16:40:23 -0800 Subject: [PATCH 11/20] Update pytest from 4.1.1 to 4.2.0 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 7ee9a1ee..8fe77cc2 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -12,7 +12,7 @@ psycopg2-binary==2.7.7 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ mypy==0.660 # https://github.com/python/mypy -pytest==4.1.1 # https://github.com/pytest-dev/pytest +pytest==4.2.0 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar # Code quality From 12777d06c9c552980e829f53bc65700b074a0185 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 31 Jan 2019 05:23:22 -0800 Subject: [PATCH 12/20] Update flake8 from 3.6.0 to 3.7.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90870656..f3dc61e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ -flake8==3.6.0 +flake8==3.7.3 # Testing # ------------------------------------------------------------------------------ From 43bfd66aa07c4b483429af8b09b189f319cb36f2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 31 Jan 2019 05:23:23 -0800 Subject: [PATCH 13/20] Update flake8 from 3.6.0 to 3.7.3 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 7ee9a1ee..45acbb13 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -17,7 +17,7 @@ pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar # Code quality # ------------------------------------------------------------------------------ -flake8==3.6.0 # https://github.com/PyCQA/flake8 +flake8==3.7.3 # https://github.com/PyCQA/flake8 coverage==4.5.2 # https://github.com/nedbat/coveragepy # Django From 57c18bb2a0a0fba04c87b3926eb1f58c5f3bbfd4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Feb 2019 06:53:35 -0800 Subject: [PATCH 14/20] Update flake8 from 3.7.3 to 3.7.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 63aacd87..cd78264b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ -flake8==3.7.3 +flake8==3.7.4 # Testing # ------------------------------------------------------------------------------ From 8774ede3b01acb2d44ddbf3c1efd1bae4d1a6663 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Feb 2019 06:53:37 -0800 Subject: [PATCH 15/20] Update flake8 from 3.7.3 to 3.7.4 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 2a321cc1..76cff895 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -17,7 +17,7 @@ pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar # Code quality # ------------------------------------------------------------------------------ -flake8==3.7.3 # https://github.com/PyCQA/flake8 +flake8==3.7.4 # https://github.com/PyCQA/flake8 coverage==4.5.2 # https://github.com/nedbat/coveragepy # Django From 6050368df08e4b4fb07e6f211db2c3bca98cc5f1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 3 Feb 2019 13:54:30 -0800 Subject: [PATCH 16/20] Update pytest-django from 3.4.5 to 3.4.7 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 2a321cc1..afcb6655 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -27,4 +27,4 @@ factory-boy==2.11.1 # https://github.com/FactoryBoy/factory_boy django-debug-toolbar==1.11 # https://github.com/jazzband/django-debug-toolbar django-extensions==2.1.5 # https://github.com/django-extensions/django-extensions django-coverage-plugin==1.6.0 # https://github.com/nedbat/django_coverage_plugin -pytest-django==3.4.5 # https://github.com/pytest-dev/pytest-django +pytest-django==3.4.7 # https://github.com/pytest-dev/pytest-django From ce23247401c82d9bf243582496924b7e5f562dcd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Feb 2019 18:46:33 -0800 Subject: [PATCH 17/20] Update flake8 from 3.7.4 to 3.7.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cd78264b..1fd7fe7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ -flake8==3.7.4 +flake8==3.7.5 # Testing # ------------------------------------------------------------------------------ From fe819925015f9d617ee83bd48ab76a9788f5c357 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Feb 2019 18:46:34 -0800 Subject: [PATCH 18/20] Update flake8 from 3.7.4 to 3.7.5 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 76cff895..2c26e1f5 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -17,7 +17,7 @@ pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar # Code quality # ------------------------------------------------------------------------------ -flake8==3.7.4 # https://github.com/PyCQA/flake8 +flake8==3.7.5 # https://github.com/PyCQA/flake8 coverage==4.5.2 # https://github.com/nedbat/coveragepy # Django From 06a96b68dcfedbcd14728195a0b8d362881841c7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Feb 2019 18:46:40 -0800 Subject: [PATCH 19/20] Update sphinx from 1.8.3 to 1.8.4 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 76cff895..901e0f0c 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -2,7 +2,7 @@ Werkzeug==0.14.1 # https://github.com/pallets/werkzeug ipdb==0.11 # https://github.com/gotcha/ipdb -Sphinx==1.8.3 # https://github.com/sphinx-doc/sphinx +Sphinx==1.8.4 # https://github.com/sphinx-doc/sphinx {%- if cookiecutter.use_docker == 'y' %} psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 {%- else %} From 9e2d335ed33d49c7a84157657533294a3bf097a1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 8 Feb 2019 16:28:37 -0800 Subject: [PATCH 20/20] Update mypy from 0.660 to 0.670 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 17900ac8..a496135b 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -11,7 +11,7 @@ psycopg2-binary==2.7.7 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ -mypy==0.660 # https://github.com/python/mypy +mypy==0.670 # https://github.com/python/mypy pytest==4.2.0 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar