From 233b9d6fe8efb5bb1e270f275201654d1e7467c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 23:23:37 +0100 Subject: Bump flake8 from 5.0.4 to 6.0.0 (#7859) Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... * Fix regression with inline comment * Update flake8 config * doc about required python interpreters for contributors Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> --- requirements_test_pre_commit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements_test_pre_commit.txt') diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 14daa70da..74eec8d62 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,7 +1,7 @@ # Everything in this file should reflect the pre-commit configuration # in .pre-commit-config.yaml black==22.10.0 -flake8==5.0.4 +flake8==6.0.0 flake8-bugbear==22.10.27 flake8-typing-imports==1.14.0 isort==5.10.1 -- cgit v1.2.1