From 69bee85bc9e69804d97a710f303eb83abf8806c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 14:02:54 +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] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a5c63cb2..03c55767 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ wheel==0.37.1 monty==2022.4.26 isort==5.10.1 black==22.3.0 -flake8==4.0.1 \ No newline at end of file +flake8==6.0.0 \ No newline at end of file