From d09fbfbab007c8525d850bbd6d41868080b9bcc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 02:38:01 +0000 Subject: [PATCH] chore(deps-dev): update flake8 requirement from ^4.0 to >=4,<8 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/4.0.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b026603..fef7198 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest-cov = ">=4,<6" [tool.poetry.group.test-flake8.dependencies] -flake8 = "^4.0" +flake8 = ">=4,<8" flake8-bugbear = ">=22.3,<24.0" flake8-docstrings = "^1.6" flake8-typing-imports = "^1.12"