From 3eaeaf8ede926a5cf31a2ec147011fe0ce8555d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 10:13:54 +0000 Subject: [PATCH] Bump flake8 from 5.0.4 to 6.0.0 (#466) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29aa3b8b..883f03f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,6 +31,6 @@ drf-spectacular==0.24.0 drf-spectacular-sidecar==2022.9.1 black==22.8.0 isort==5.10.1 -flake8==5.0.4 +flake8==6.0.0 pyflakes==2.5.0 django-cors-headers==3.13.0