From 6ac7a332548e01fb01cdc18fc5a71b96852cca9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:06:05 +0000 Subject: [PATCH] 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41751e1..97b8788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "matplotlib==3.10.1", "multipledispatch", "numpy==2.2.4", - "paramiko==4.0.0", + "paramiko==5.0.0", "platformdirs", "scipy==1.15.2", "xarray==2025.1.2",