From b670efa47f09f5c46ce9087bdf6dce601d36b4fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 16:11:40 +0200 Subject: [PATCH] Bump flake8 from 4.0.1 to 5.0.3 (#3763) Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.3. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.3) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index 29e36500e..bcb400c02 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -2,7 +2,7 @@ black==22.6.0 codecov==2.1.12 coverage==6.4.2 flake8-docstrings==1.6.0 -flake8==4.0.1 +flake8==5.0.3 pre-commit==2.20.0 pydocstyle==6.1.1 pylint==2.14.5