Skip to content

Commit bbbc291

Browse files
committed
Bump minimum paramiko to support Python 3.10
Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 72bcd16 commit bbbc291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enum34==1.1.6
77
idna==2.5
88
ipaddress==1.0.18
99
packaging==16.8
10-
paramiko==2.4.2
10+
paramiko==2.8.0
1111
pycparser==2.17
1212
pyOpenSSL==18.0.0
1313
pyparsing==2.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'tls': ['pyOpenSSL>=17.5.0', 'cryptography>=3.4.7', 'idna>=2.0.0'],
3030

3131
# Only required when connecting using the ssh:// protocol
32-
'ssh': ['paramiko>=2.4.2'],
32+
'ssh': ['paramiko>=2.4.3'],
3333

3434
}
3535

0 commit comments

Comments
 (0)