From 4f9cc5056bb803d5c790638122b4f9acee69bf31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 01:46:47 +0000 Subject: [PATCH] Bump flake8 from 4.0.1 to 5.0.1 in /tools Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.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 400d992a86467b..a4a18c23246b55 100644 --- a/tools/requirements_flake8.txt +++ b/tools/requirements_flake8.txt @@ -1,4 +1,4 @@ -flake8==4.0.1 +flake8==5.0.1 pycodestyle==2.8.0 pyflakes==2.4.0 pep8-naming==0.11.1