Update paramiko stubs to 3.0.* (#9667)

This commit is contained in:
Alex Waygood
2023-02-06 15:01:50 +00:00
committed by GitHub
parent 191afbc559
commit 262f2067aa
8 changed files with 20 additions and 61 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "2.12.*"
version = "3.0.*"
# Requires a version of cryptography where cryptography.hazmat.primitives.ciphers.Cipher is generic
requires = ["cryptography>=37.0.0"]