From f8135948f3c9d7ee2bbf1bcf1e4acab47aea23ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:01:58 +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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9c5a689228..591aeb97a1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ uWSGI>=2.0.19,<2.1 whitenoise>=5.2,<5.4 # Linting -flake8==4.0.1 +flake8==6.0.0 flake8-debugger==4.0.0 isort==5.10.1