From b6c6665591e25630015c8c3be853c7f75419c59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:17:52 +0000 Subject: [PATCH] Bump flake8 from 6.1.0 to 7.1.1 in /tools Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 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 3f7f3121ca270d..7da7df1f052648 100644 --- a/tools/requirements_flake8.txt +++ b/tools/requirements_flake8.txt @@ -1,5 +1,5 @@ flake8==5.0.4; python_version < '3.9' -flake8==6.1.0; python_version >= '3.9' +flake8==7.1.1; python_version >= '3.9' pycodestyle==2.11.1; python_version >= '3.9' pyflakes==3.1.0; python_version >= '3.9' pep8-naming==0.13.3