From 916eb2cce1c1b525a7ab8d594bdf7f72d0fdade8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Apr 2023 01:16:25 +0000 Subject: [PATCH] Update flake8 requirement from <4.0,>=3.7.9 to >=3.7.9,<7.0 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.7.9...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a496588..57b4a52 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,5 +3,5 @@ pytest-mock==3.3.1 click==8.1.3 executor>=21.0 black==23.3.0 -flake8 >=3.7.9,<4.0 +flake8 >=3.7.9,<7.0 flake8-import-order >=0.18.1,<0.19