From 6cafc326f0868e382e7d193c7265f8b6eb7beb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:30:51 +0000 Subject: [PATCH] Update flake8 requirement from ~=5.0 to >=5,<7 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...6.1.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 8a9d580..f0bdc4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dynamic = ["version"] [project.optional-dependencies] test =[ - "flake8~=5.0", + "flake8>=5,<7", "pylint~=2.12", "pytest~=7.2", "pytest-cov~=4.0",