From 4f787a3d0a9ee84ce939c8f576bca471ed5f7c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 04:02:39 +0000 Subject: [PATCH] Bump flake8 from 3.9.2 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.2...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index b25ff48..b786999 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -1,4 +1,4 @@ black==21.7b0 -flake8==3.9.2 +flake8==6.0.0 flake8-docstrings==1.6.0 pylint==2.9.6