From 8c7dd91f5536d444d94c4504cbd4a16db12b129b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:59:13 +0000 Subject: [PATCH] Update flake8 requirement from <5,>=3.8.4 to >=3.8.4,<8 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/3.8.4...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 5e60f111..1ff6d156 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ consolekit>=1.0.0 coverage>=5.1 coverage-pyver-pragma>=0.2.1 faker>=4.1.2 -flake8<5,>=3.8.4 +flake8>=3.8.4,<8 funcy>=1.16 importlib-metadata>=3.6.0 pandas>=1.0.0; implementation_name == "cpython" and python_version < "3.11"