From 18a6bd956d0d0a7c750ec6c8d9e99d19867d25fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:58:22 +0000 Subject: [PATCH] build(deps-dev): update flake8-broken-line requirement --- updated-dependencies: - dependency-name: flake8-broken-line dependency-version: 1.0.0 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 260bf403..48368912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ flake8-SQL = "^0.4.1" flake8-annotations-complexity = "^0.0.7" flake8-bandit = "^4.1.1" flake8-breakpoint = "^1.1.0" -flake8-broken-line = "^0.6.0" +flake8-broken-line = "^1.0.0" flake8-bugbear = "^23.1.17" flake8-builtins = "^2.1.0" flake8-cognitive-complexity = "^0.1.0"