From 4de8bbd482ba7121ccd60826a03e1dd4116b0c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:52:49 +0000 Subject: [PATCH] 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8ea1260e2..080216da9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ test = [ "cryptography==46.0.7", "pyopenssl==26.0.0", "fasteners", - "paramiko==3.5.1; platform_python_implementation != 'PyPy'", + "paramiko==5.0.0; platform_python_implementation != 'PyPy'", "libvirt-python==12.0.0", ] lint = [ @@ -105,7 +105,7 @@ lint = [ "codespell==2.4.1", "prek>=0.2.17", "requests>=2.27.1", - "paramiko==3.5.1; platform_python_implementation != 'PyPy'", + "paramiko==5.0.0; platform_python_implementation != 'PyPy'", ] docs = [ "rstcheck==6.2.5; python_version >= '3.10'",