From 039c0f6727543075f1f49631f4591a103026a4f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:54:23 +0000 Subject: [PATCH] build(deps-dev): update flake8-functions requirement Updates the requirements on [flake8-functions](https://github.com/best-doctor/flake8-functions) to permit the latest version. - [Release notes](https://github.com/best-doctor/flake8-functions/releases) - [Commits](https://github.com/best-doctor/flake8-functions/compare/v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: flake8-functions dependency-version: 0.0.8 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..071a42a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ flake8-eradicate = "^1.4.0" flake8-executable = "^2.1.2" flake8-expression-complexity = "^0.0.11" flake8-fixme = "^1.1.1" -flake8-functions = "^0.0.7" +flake8-functions = "^0.0.8" flake8-markdown = "^0.4.0" flake8-mutable = "^1.2.0" flake8-no-implicit-concat = "^0.3.4"