From 6a8d46c1a10cfa4fe43ef69282c81d35f5ab5e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:14:29 +0000 Subject: [PATCH] Update flake8 requirement from ~=5.0 to >=5,<8 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/5.0.0...7.0.0) --- 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 1731c9a..83e3667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = ["version"] [project.optional-dependencies] test =[ - "flake8~=5.0", + "flake8>=5,<8", "pylint>=2.12,<4.0", "pytest~=7.2", "pytest-cov~=4.0",