From 91874a08e91b0e2cf565fc562d31ed6dd86cbff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:02:16 +0000 Subject: [PATCH 1/2] MNT: (deps): Bump flake8 from 3.9.2 to 4.0.1 in /ci Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.2...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ci/linting_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/linting_requirements.txt b/ci/linting_requirements.txt index fbde2058ea1..7530711037d 100644 --- a/ci/linting_requirements.txt +++ b/ci/linting_requirements.txt @@ -1,4 +1,4 @@ -flake8==3.9.2 +flake8==4.0.1 pycodestyle==2.7.0 pyflakes==2.3.1 From 363f067fa7fc9ea46560f7ecda5a1a6e7c425317 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Tue, 12 Oct 2021 11:53:13 -0600 Subject: [PATCH 2/2] CI: Bump pycodestyle and pyflakes for compatibility with flake8 >=4. --- ci/linting_requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/linting_requirements.txt b/ci/linting_requirements.txt index 7530711037d..79528a92dda 100644 --- a/ci/linting_requirements.txt +++ b/ci/linting_requirements.txt @@ -1,6 +1,6 @@ flake8==4.0.1 -pycodestyle==2.7.0 -pyflakes==2.3.1 +pycodestyle==2.8.0 +pyflakes==2.4.0 flake8-bugbear==21.9.2 flake8-builtins==1.5.3