From a0d038e6c8ea41de22b0236594fda87bfc88ab50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:41:37 +0000 Subject: [PATCH] Deps: Update autohooks-plugin-ruff requirement from >=25.2.0 to >=25.3.1 Updates the requirements on [autohooks-plugin-ruff](https://github.com/greenbone/autohooks-plugin-ruff) to permit the latest version. - [Release notes](https://github.com/greenbone/autohooks-plugin-ruff/releases) - [Commits](https://github.com/greenbone/autohooks-plugin-ruff/compare/v25.2.0...v25.3.1) --- updated-dependencies: - dependency-name: autohooks-plugin-ruff dependency-version: 25.3.1 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 dae328a74..1341a7d4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ Documentation = "https://greenbone.github.io/python-gvm/" dev = [ "coverage>=7.2", "sphinx>=5.3.0", - "autohooks-plugin-ruff>=25.2.0", + "autohooks-plugin-ruff>=25.3.1", "autohooks-plugin-mypy>=22.7.0", "pontos>=26.4.0", "furo>=2022.6.21",