From 4a252a5ec4fcd35a62a1a345cfe652c5219234af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 20:14:07 +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.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 8cef78cc..64e3ac6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ test = [ ] check = [ "mypy>=0.990", - "flake8>=6.0.0,<7.0.0", + "flake8>=6.0.0,<8.0.0", "flake8-black", "flake8-colors", "flake8-isort>=6.0.0,<7.0.0",