From ed342e59a96a08550b412f4716f4c316a52f112e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:00:10 +0000 Subject: [PATCH] build(deps-dev): update flake8-annotations-complexity requirement Updates the requirements on [flake8-annotations-complexity](https://github.com/best-doctor/flake8-annotations-complexity) to permit the latest version. - [Release notes](https://github.com/best-doctor/flake8-annotations-complexity/releases) - [Commits](https://github.com/best-doctor/flake8-annotations-complexity/compare/v0.0.7...v0.1.0) --- updated-dependencies: - dependency-name: flake8-annotations-complexity dependency-version: 0.1.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..8353783c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ darglint = "^1.8.1" dlint = "^0.13.0" flake8-2020 = "^1.7.0" flake8-SQL = "^0.4.1" -flake8-annotations-complexity = "^0.0.7" +flake8-annotations-complexity = "^0.1.0" flake8-bandit = "^4.1.1" flake8-breakpoint = "^1.1.0" flake8-broken-line = "^0.6.0"