From 0af469b9d05eb338991f6935bba05cc3a9047994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:02:18 +0000 Subject: [PATCH] :arrow_up: Update flake8 requirement from ^3.7.9 to ^4.0.1 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.7.9...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f8fd9c..da5372e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-cov = "^2.8.1" pytest-xdist = "^2.1.0" pytest-sugar = "^0.9.2" mypy = "^0.782" -flake8 = "^3.7.9" +flake8 = "^4.0.1" isort = "^5.0.6" autoflake = "^1.3.1"