From b80c84ab1bf75b18ab4d6c710bb84ba5f07ac937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 23:10:00 +0000 Subject: [PATCH] Bump flake8 from 3.8.4 to 5.0.2 Bumps [flake8](https://github.com/pycqa/flake8) from 3.8.4 to 5.0.2. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.8.4...5.0.2) --- 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 a5a58b8..36cb854 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ django==3.1.13 black==20.8b1 isort==5.7.0 -flake8==3.8.4 +flake8==5.0.2 pydocstyle==5.1.1 docformatter==1.4 coverage==5.5