From b5b9decf4f515b991c1660f74d898d0b4cd32257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:37:21 +0000 Subject: [PATCH] Update flake8 requirement from ~=6.0.0 to >=6.0,<7.2 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2da3531..be7f68d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = marshmallow~=3.19.0 tox~=4.14.2 wheel - flake8~=6.0.0 + flake8>=6.0,<7.2 [options.extras_require] extras =