From 12f9154ab35c465a7943e5c93214b14a950e4906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 19:01:10 +0000 Subject: [PATCH] Bump flake8 from 3.8.4 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 3.8.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.8.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e0fbacf4c0..f6a32ad63f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ black==20.8b1 coverage[toml]==5.3 coveralls==2.2.0 -flake8==3.8.4 +flake8==6.0.0 pre-commit==2.9.2 pytest==6.1.2 pytest-vcr==1.0.2