Bump paramiko to 3.3.* (#10522)

This commit is contained in:
Nikita Sobolev
2023-07-31 11:07:05 +03:00
committed by GitHub
parent 54201d5572
commit fe2ebd69af
3 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "3.2.*"
version = "3.3.*"
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"]