From 07b9f344e7e6cae921712bae62cbcd6179b0b0ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:00:40 +0000 Subject: [PATCH] Bump flake8 from 4.0.1 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index fea372d0..68389e33 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ mypy>=0.971 bandit==1.7.4 # mccabe 0.7.0 is not compatible with flake8 4.0.1 mccabe==0.6.1 -flake8==4.0.1 +flake8==6.0.0 grequests==0.6.0 coverage==6.4.2 black==22.6.0