Skip to content

Commit 7c278ec

Browse files
committed
Update Paramiko Version
Signed-off-by: Luca Carrogu <[email protected]>
1 parent 7c88f96 commit 7c278ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
boto3>=1.7.55
2-
paramiko>=2.3.1
2+
paramiko>=2.4.2
33
python-dateutil>=2.6.1

requirements26.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pycparser==2.18
2-
paramiko==2.3.2
2+
paramiko==2.3.3

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ def read(fname):
3232
# For python2.6 we have to require argparse since it
3333
# was not in stdlib until 2.7.
3434
requires.append('argparse>=1.4')
35-
requires.append('paramiko==2.3.2')
35+
requires.append('paramiko==2.3.3')
3636
requires.append('pycparser==2.18')
3737
else:
38-
requires.append('paramiko>=2.3.2')
38+
requires.append('paramiko>=2.4.2')
3939

4040
setup(
4141
name = "cfncluster-node",

0 commit comments

Comments
 (0)