From 546e688d9a738a4ef36056563b1dff0c89d94907 Mon Sep 17 00:00:00 2001 From: ozgen Date: Thu, 7 Aug 2025 11:59:46 +0200 Subject: [PATCH] Change: Downgrade python-gvm dependency version to >=26.0.0 to latest major release --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 309eaa28..9e8bb67f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2126,4 +2126,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9.2" -content-hash = "1e3847d71a59579845b1578f1d9b4a38a2a44d627ee7bf63b1dd2d28489b2296" +content-hash = "5de57527320a785cc56f32a439f5993851d2274a82d23da7ca7aee5e1f48b328" diff --git a/pyproject.toml b/pyproject.toml index 6a3919fe..c71dc533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ gvm-script = "gvmtools.script:main" [tool.poetry.dependencies] python = "^3.9.2" -python-gvm = ">=26.4.0" +python-gvm = ">=26.0.0" [tool.poetry.group.dev.dependencies] autohooks = ">=22.8.0"