From f5f3f64ff000541bf3629152d10accff7c87b5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 09:40:05 +0000 Subject: [PATCH] Bump pycodestyle from 2.8.0 to 2.11.0 in /tools Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.8.0 to 2.11.0. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.8.0...2.11.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-minor ... 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 93cacd43845159..6c64ea6add19ef 100644 --- a/tools/requirements_flake8.txt +++ b/tools/requirements_flake8.txt @@ -1,4 +1,4 @@ flake8==4.0.1 -pycodestyle==2.8.0 +pycodestyle==2.11.0 pyflakes==2.4.0 pep8-naming==0.13.0