From 608cbef44041375222e8f8eac4c4e1c5b4cbe000 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 21 Jun 2021 04:23:35 -0700 Subject: [PATCH 1/2] Update black from 21.5b2 to 21.6b0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c616a8b1..34d783df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ -black==21.5b2 +black==21.6b0 isort==5.8.0 flake8==3.9.2 flake8-isort==4.0.0 From 810e8b46724ef1613383edacae0763b1cedcb1eb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 21 Jun 2021 04:23:36 -0700 Subject: [PATCH 2/2] Update black from 21.5b2 to 21.6b0 --- {{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 9263f085..34517e3a 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -28,7 +28,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild flake8==3.9.2 # https://github.com/PyCQA/flake8 flake8-isort==4.0.0 # https://github.com/gforcada/flake8-isort coverage==5.5 # https://github.com/nedbat/coveragepy -black==21.5b2 # https://github.com/psf/black +black==21.6b0 # https://github.com/psf/black pylint-django==2.4.3 # https://github.com/PyCQA/pylint-django {%- if cookiecutter.use_celery == 'y' %} pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery