From e63a5ea5704923dd37d6b10545c318707b72567d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:54:38 +0000 Subject: [PATCH] Update flake8 requirement from <7.0.0,>=6.0.0 to >=6.0.0,<8.0.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 641d611..aae3c76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ build-backend = "setuptools.build_meta" dev = [ "autopep8 >=2.0.2, <3.0", "Flake8-pyproject>=1.2.3, <2.0.0", # To read flake8 configuration from pyproject.toml - "flake8 >=6.0.0, <7.0.0", + "flake8 >=6.0.0, <8.0.0", "flake8-print >=5.0.0, <6.0.0", "flake8-quotes >=3.3.2", "pytest", # Let OpenFisca-Core decide pytest version