From 3fba2b3a610085ada757403c7e50d11c3f4f2819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:22:27 +0000 Subject: [PATCH] Python dependency: Bump paramiko from 3.5.1 to 5.0.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.5.1 to 5.0.0. - [Commits](https://github.com/paramiko/paramiko/compare/3.5.1...5.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 5.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 36fe6e586a..204f01025a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ jsonformatter~=0.3.4 keyring==25.* ldap3==2.* libgravatar==1.0.* -paramiko==3.5.1 +paramiko==5.0.0 passlib==1.* psutil==7.2.* psycopg[c]==3.2.13; python_version < '3.10'