From 475a1c99ea18b88145c51987ba7526ec29657782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:41:26 +0000 Subject: [PATCH] Deps: Update paramiko requirement from >=2.7.1 to >=4.0.0 Updates the requirements on [paramiko](https://github.com/paramiko/paramiko) to permit the latest version. - [Commits](https://github.com/paramiko/paramiko/compare/2.7.1...4.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 4.0.0 dependency-type: direct:production ... 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..7cc6a5070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Operating System :: OS Independent", "Topic :: Software Development :: Libraries :: Python Modules", ] -dependencies = ["paramiko>=2.7.1", "lxml>=4.5.0", "httpx[http2]>=0.28.1,<0.29"] +dependencies = ["paramiko>=4.0.0", "lxml>=4.5.0", "httpx[http2]>=0.28.1,<0.29"] [project.urls] Homepage = "https://github.com/greenbone/python-gvm/"