From 6168a7f7351b2cebc08004e56d4c1a2b06d8057d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:51:02 +0000 Subject: [PATCH] poetry: update flake8 requirement from ^6.1.0 to ^7.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.1.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 6c011223d..0309d1f3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ email-validator = "^2.1.0.post1" [tool.poetry.group.dev.dependencies] pre-commit = "^3.4.0" black = "^23.12.1" -flake8 = "^6.1.0" +flake8 = "^7.0.0" behave = "^1.2.6" pytest = "^7.4.2" pytest-custom-exit-code = "^0.3.0"