From bcb30a8f08e43624d4913f2692b5d6302c15f20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 09:32:51 +0000 Subject: [PATCH] Bump paramiko from 3.4.0 to 4.0.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.4.0 to 4.0.0. - [Commits](https://github.com/paramiko/paramiko/compare/3.4.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 f3261f0..7bd9bcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ PyYAML==6.0.3 GitPython==3.1.43 ansible-runner==2.4.0 alembic==1.13.2 -paramiko==3.4.0 +paramiko==4.0.0 python-multipart==0.0.22 lxml==5.3.0 pytest==8.3.2