From a86ba85ccbfc532e8b4428103bd17c3696f7518d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:04:33 +0000 Subject: [PATCH] Update flake8 requirement from <4.1,>=3.9 to >=3.9,<5.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...5.0.1) --- 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..433b20b 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,<5.1