From c4749757a6832b606ff79a330f2db73bcfc43864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 06:20:20 +0000 Subject: [PATCH] [DEPENDABOT]: Bump flake8 from 3.8.4 to 4.0.1 Bumps [flake8](https://github.com/pycqa/flake8) from 3.8.4 to 4.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.8.4...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b8947f0a..3adea6e6 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ pip==20.2.3 wheel==0.35.1 watchdog==0.10.3 -flake8==3.8.4 +flake8==4.0.1 Sphinx==3.2.1 tox==3.20.1 coverage==5.3