Skip to content

Commit 192bc64

Browse files
committed
Update Paramiko to 2.3.2
Signed-off-by: Luca Carrogu <[email protected]>
1 parent 485eec6 commit 192bc64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ def read(fname):
2828
# For python2.6 we have to require argparse since it
2929
# was not in stdlib until 2.7.
3030
requires.append('argparse>=1.4')
31-
requires.append('paramiko==2.3.1')
31+
requires.append('paramiko==2.3.2')
3232
else:
33-
requires.append('paramiko>=2.3.1')
33+
requires.append('paramiko>=2.3.2')
3434

3535
setup(
3636
name = "cfncluster-node",

0 commit comments

Comments
 (0)