We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8922310 commit 4c22a7dCopy full SHA for 4c22a7d
.pre-commit-config.yaml
@@ -156,8 +156,9 @@ repos:
156
hooks:
157
- id: mypy
158
additional_dependencies:
159
- - paramiko == 2.8.0
+ - paramiko == 2.11.0
160
- types-paramiko == 2.7.3
161
+ - cryptography==36.0.2; python_version <= '3.6'
162
- types-setuptools == 57.4.2
163
args:
164
# FIXME: get rid of missing imports ignore
requirements-tunnel.txt
@@ -1,2 +1,3 @@
1
-paramiko==2.10.3
+paramiko==2.11.0
2
types-paramiko==2.8.9
3
+cryptography==36.0.2; python_version <= '3.6'
0 commit comments