From 6b2223603957b4f10ea6958f8da4868a3c969a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:23:54 +0000 Subject: [PATCH] Update flake8 requirement from <5,>=3.8.4 to >=3.8.4,<6 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.8.4...5.0.4) --- 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 73b78ce..e62aab1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -flake8<5,>=3.8.4 +flake8>=3.8.4,<6