[pysftp] Pin paramiko~=3.0 when running stubtest (#14526)

This commit is contained in:
Brian Schubert
2025-08-04 21:55:54 -04:00
committed by GitHub
parent 32bc5fcbbe
commit f57e8b1f26
+3
View File
@@ -1,3 +1,6 @@
version = "0.2.*"
upstream_repository = "https://bitbucket.org/dundeemt/pysftp"
requires = ["types-paramiko"]
[tool.stubtest]
stubtest_requirements = ["paramiko~=3.0"]