From 036890ce3e3fb18507c41b4860c3ea60db2df0c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:00:53 +0000 Subject: [PATCH] Update flake8 requirement from <4.1,>=3.9 to >=3.9,<6.1 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.0...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8c8e2a7c..ac2ae053 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Development django-debug-toolbar>=3.2,<3.6 django-extensions>=3.1,<3.2 -flake8>=3.9,<4.1 +flake8>=3.9,<6.1 isort>=5.9,<5.11 # Testing