From 1769558815f568d2c9fc05afd0f48bb55a8c41d9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 Nov 2022 20:04:17 +0530 Subject: [PATCH 1/2] Update flake8 from 5.0.4 to 6.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 783edeb18..05e729e56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ binaryornot==0.4.4 # ------------------------------------------------------------------------------ black==22.10.0 isort==5.10.1 -flake8==5.0.4 +flake8==6.0.0 flake8-isort==5.0.0 pre-commit==2.20.0 From e72a719928b7576f0242d30b61b44ae0ce8fd57e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 Nov 2022 20:04:17 +0530 Subject: [PATCH 2/2] Update flake8 from 5.0.4 to 6.0.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 130cb24cc..a8e9c6fa8 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 # Code quality # ------------------------------------------------------------------------------ -flake8==5.0.4 # https://github.com/PyCQA/flake8 +flake8==6.0.0 # https://github.com/PyCQA/flake8 flake8-isort==5.0.0 # https://github.com/gforcada/flake8-isort coverage==6.5.0 # https://github.com/nedbat/coveragepy black==22.10.0 # https://github.com/psf/black