Skip to content

Commit

Permalink
Update paramiko to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jurik authored and rzvoncek committed May 5, 2020
1 parent 8dba321 commit bf50981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
paramiko==2.3.3
paramiko==2.7.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run(self):
'Programming Language :: Python :: 3.6',
'Topic :: Database'
],
install_requires=['paramiko==2.3.3'],
install_requires=['paramiko==2.7.1'],
python_requires='>=3',
packages=('cstar', 'cstar.nodetoolparser', 'cstar.resources'),
package_data={'cstar.resources': ['commands/*', 'scripts/*']},
Expand Down

0 comments on commit bf50981

Please sign in to comment.