From 9ae2263a089e93847583845478efcea094448062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:59:06 +0000 Subject: [PATCH] build(deps-dev): update flake8-unused-arguments requirement Updates the requirements on [flake8-unused-arguments](https://github.com/nhoad/flake8-unused-arguments) to permit the latest version. - [Commits](https://github.com/nhoad/flake8-unused-arguments/compare/v0.0.12...v0.0.14) --- updated-dependencies: - dependency-name: flake8-unused-arguments dependency-version: 0.0.14 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..40725aa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ flake8-simplify = "^0.19.3" flake8-todos = "^0.2.1" flake8-tuple = "^0.4.1" flake8-typing-imports = "^1.14.0" -flake8-unused-arguments = "^0.0.12" +flake8-unused-arguments = "^0.0.14" flake8-use-fstring = "^1.4" flake8-use-pathlib = "^0.3.0" flake8-variables-names = "^0.0.5"