Update type hints for paramiko 3.4 (#11218)

This commit is contained in:
Manfred Kaiser
2024-01-02 00:45:43 -08:00
committed by GitHub
parent d4daff337f
commit 6aa6722fe1
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "3.3.*"
version = "3.4.*"
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"]