Bump paramiko to 3.5.* (#12672)

This commit is contained in:
sobolevn
2024-09-17 14:17:06 +03:00
committed by GitHub
parent d34ef50754
commit 0a0ba2f4d0
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "3.4.*"
version = "3.5.*"
upstream_repository = "https://github.com/paramiko/paramiko"
# Requires a version of cryptography where cryptography.hazmat.primitives.ciphers.Cipher is generic
requires = ["cryptography>=37.0.0"]