From 3cccd7f600ee0b7dad2a2c51cee10323e7fb8638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:13:28 +0000 Subject: [PATCH] Bump paramiko from 2.11.0 to 3.4.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.11.0 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/2.11.0...3.4.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 06ffddf..d44d1f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ jinja2==3.1.6 flask-pyoidc==3.14.3 gunicorn==23.0.0 markupsafe==3.0.2 -paramiko==2.11.0 +paramiko==3.4.0 proxmoxer==2.2.0 psutil==7.0.0 psycopg2-binary==2.9.10