Bump minimum paramiko to support Python 3.10
Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
diff --git a/requirements.txt b/requirements.txt
index 26cbc6f..d7c11aa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,7 @@
idna==2.5
ipaddress==1.0.18
packaging==16.8
-paramiko==2.4.2
+paramiko==2.8.0
pycparser==2.17
pyOpenSSL==18.0.0
pyparsing==2.2.0
diff --git a/setup.py b/setup.py
index 1e76fdb..db2d6eb 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@
'tls': ['pyOpenSSL>=17.5.0', 'cryptography>=3.4.7', 'idna>=2.0.0'],
# Only required when connecting using the ssh:// protocol
- 'ssh': ['paramiko>=2.4.2'],
+ 'ssh': ['paramiko>=2.4.3'],
}