From 6e4267b79779b6a52aab70b1b823b0dcbb696236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 13:11:31 +1300 Subject: [PATCH] Bump flake8 from 5.0.4 to 6.0.0 (#4084) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 5d23776604..6d902ef2d7 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ pylint==2.15.7 -flake8==5.0.4 # also change in .pre-commit-config.yaml when updating +flake8==6.0.0 # also change in .pre-commit-config.yaml when updating black==22.10.0 # also change in .pre-commit-config.yaml when updating pyupgrade==3.2.2 # also change in .pre-commit-config.yaml when updating pre-commit