From 5c95fb41f693b8f93c6cf510265bce09e91950c4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:32:18 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 993bce02..5ed98f6f 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>=3.8.4,<7 +flake8<7,>=3.8.4 funcy>=1.16 importlib-metadata>=3.6.0 pandas>=1.0.0; implementation_name == "cpython" and python_version < "3.11"