From 435cf41a5e98b65e5d6f0917370afe20b0ed956b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 09:14:00 +0000 Subject: [PATCH] Update dependency flake8 to v3.9.2 --- requirements-test.txt | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 1291438..2e3eb0c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ pytest==5.2.3 pytest-cov==2.12.1 pytest-pythonpath==0.7.3 -flake8==3.7.8 +flake8==3.9.2 pep8==1.7.1 pytest-flake8==1.0.2 pytest-pep8==1.0.6 diff --git a/setup.cfg b/setup.cfg index b68ebde..e120597 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ tests_require = pytest==6.2.5 pytest-cov==2.6.0 pytest-pythonpath==0.7.3 - flake8==3.7.8 + flake8==3.9.2 pep8==1.7.1 pyflakes==2.0.0 pytest-flake8==1.0.2 @@ -56,7 +56,7 @@ develop = pytest==6.2.5 pytest-cov==2.7.1 pytest-pythonpath==0.7.3 - flake8==3.7.7 + flake8==3.9.2 pep8==1.7.1 pytest-flake8==1.0.4 pytest-pep8==1.0.6