From cbd7998e3b5d2a9f27d0dfed5629f2cf76311d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 15:24:54 +0000 Subject: [PATCH] Update flake8 requirement from <4.0,>=3.7.7 to >=3.7.7,<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.7...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 c4c5d39..74f2a07 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ pytest-cov==2.10.1 executor>=21.0 click>=7.0,<8.0 -flake8>=3.7.7,<4.0 +flake8>=3.7.7,<7.0 flake8-import-order >=0.18.1,<0.19 flake8-pyi>=20.5.0,<21.0.0 black==20.8b1