Skip to content

Commit bf50981

Browse files
Matt Jurikrzvoncek
authored andcommitted
Update paramiko to 2.7.1
1 parent 8dba321 commit bf50981

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
@@ -1 +1 @@
1-
paramiko==2.3.3
1+
paramiko==2.7.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run(self):
5050
'Programming Language :: Python :: 3.6',
5151
'Topic :: Database'
5252
],
53-
install_requires=['paramiko==2.3.3'],
53+
install_requires=['paramiko==2.7.1'],
5454
python_requires='>=3',
5555
packages=('cstar', 'cstar.nodetoolparser', 'cstar.resources'),
5656
package_data={'cstar.resources': ['commands/*', 'scripts/*']},

0 commit comments

Comments
 (0)