From ac28723fc732520b9ce62710588301b35b98261e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:26:37 +0000 Subject: [PATCH] pip dependencies(deps-dev): update flake8 requirement (#1141) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52347882b..4ff528d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ development = [ 'basedmypy ~= 2.0, >= 2.2.1', 'codecov ~= 2.1, >= 2.1.12', 'coverage ~= 7.2, >= 7.2.4', - 'flake8 ~= 6.0, >= 6.0.0', + 'flake8 ~= 7.0', 'html5lib ~= 1.1', 'lxml ~= 5.0; sys.platform != "win32"', 'pip-licenses ~= 4.3, >= 4.3.0',