From b7ba5da55eead07e81239745f54693969b9f5c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:13:30 +0000 Subject: [PATCH] Bump paramiko from 2.11.0 to 4.0.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.11.0 to 4.0.0. - [Commits](https://github.com/paramiko/paramiko/compare/2.11.0...4.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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..4ab13bb 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==4.0.0 proxmoxer==2.2.0 psutil==7.0.0 psycopg2-binary==2.9.10