From fb80f361804b03cd62e5420e0547b6a4a91b6a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:08:17 +0000 Subject: [PATCH] build(deps): bump paramiko from 4.0.0 to 5.0.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 4.0.0 to 5.0.0. - [Commits](https://github.com/paramiko/paramiko/compare/4.0.0...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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index de399210de..2a6f8ce9e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "docker==7.1.0", "jinja2==3.1.6", "kubernetes==35.0.0", - "paramiko==4.0.0", + "paramiko==5.0.0", "pydantic==2.13.0", "pyelftools==0.32", "pytest==9.0.2", diff --git a/requirements.txt b/requirements.txt index d6b5461bc3..6f81909af8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cloudevents==1.12.1 docker==7.1.0 jinja2==3.1.6 kubernetes==35.0.0 -paramiko==4.0.0 +paramiko==5.0.0 pydantic==2.13.0 pyelftools==0.32 pytest==9.0.2