From c5184a9c615f03633dd4a62f7f0250e5af9be560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 01:03:52 +0000 Subject: [PATCH] Bump pyflakes from 2.4.0 to 3.0.0 in /tools Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/PyCQA/pyflakes/releases) - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/2.4.0...3.0.0) --- updated-dependencies: - dependency-name: pyflakes dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/requirements_flake8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements_flake8.txt b/tools/requirements_flake8.txt index 400d992a86467b..c0051a9153b092 100644 --- a/tools/requirements_flake8.txt +++ b/tools/requirements_flake8.txt @@ -1,4 +1,4 @@ flake8==4.0.1 pycodestyle==2.8.0 -pyflakes==2.4.0 +pyflakes==3.0.0 pep8-naming==0.11.1