From 2922992d52beed90b9086f0780649f16ce52e9d1 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 10 May 2026 00:37:27 +0000 Subject: [PATCH] [stubsabot] Bump paramiko to 5.0.* Release: https://pypi.org/pypi/paramiko/5.0.0 Repository: https://github.com/paramiko/paramiko Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/paramiko Changelog: https://www.paramiko.org/changelog.html If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/paramiko/METADATA.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/paramiko/METADATA.toml b/stubs/paramiko/METADATA.toml index c8dd52bb39f4..9a717291b79b 100644 --- a/stubs/paramiko/METADATA.toml +++ b/stubs/paramiko/METADATA.toml @@ -1,6 +1,6 @@ -version = "4.0.*" -upstream-repository = "https://github.com/paramiko/paramiko" # Requires a version of cryptography where cryptography.hazmat.primitives.ciphers.Cipher is generic +version = "5.0.*" +upstream-repository = "https://github.com/paramiko/paramiko" dependencies = ["cryptography>=37.0.0"] [tool.stubtest]