From 78b36cb7263c868f6ac297833fd304a78ffacba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:39:14 +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:development 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 de7cd12..8c13c5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ secrets-manager-client = [ ] sftp-client = [ "nypl_py_utils[log-helper]", - "paramiko==4.0.0" + "paramiko==5.0.0" ] snowflake-client = [ "nypl_py_utils[log-helper]",