From 0bc73e2cb2944fbb404452ebdcd2da683cee4203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:06:37 +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 d9193c5c3cd..edba45a92a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,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'