From 1331fb0cbe68ded1034e56cc4681e2328cf2dfe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:07:51 +0000 Subject: [PATCH] Update flake8 requirement from ~=3.8 to ~=3.9 Updates the requirements on [flake8](https://gitlab.com/pycqa/flake8) to permit the latest version. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.0...3.9.0) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ae3218e..7068ca9 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true [dev-packages] black = "==19.10b0" -flake8 = "~=3.8" +flake8 = "~=3.9" [packages] Django = "==3.1.1"