From cf498af5c42292aa22dfc4638508df7dd78e0e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:00:54 +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 bdc2ffa..d07f41c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # Linting isort>=5.9,<5.11 -flake8>=3.9,<4.1 +flake8>=3.9,<6.1