From 1a980abad396ce1a7f3f23a931de4149053261ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 12:13:22 +0000 Subject: [PATCH] Bump flake8 from 5.0.4 to 6.0.0 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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 922627b..a828360 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ black==22.10.0 click==8.1.3 Django==4.1.3 django-cors-headers==3.13.0 -flake8==5.0.4 +flake8==6.0.0 mccabe==0.7.0 mypy-extensions==0.4.3 pathspec==0.10.1