Skip to content

Commit

Permalink
Merge pull request #75 from fghaas/paramiko216
Browse files Browse the repository at this point in the history
Security: bump paramiko version
  • Loading branch information
arbrandes committed Oct 23, 2018
2 parents 0bb044a + f005daf commit 11a82a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Expand Up @@ -6,7 +6,7 @@ keystoneauth1==3.11.0
python-keystoneclient==3.17.0
python-heatclient==1.6.1
python-novaclient==7.1.2
paramiko==2.1.5
paramiko==2.1.6
celery==3.1.18
apscheduler==3.5.1
-e git+https://github.com/edx/xblock-utils.git@v1.0.5#egg=xblock-utils==v1.0.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -64,7 +64,7 @@ def package_data(pkg, roots):
'python-keystoneclient==3.17.0',
'python-heatclient==1.6.1',
'python-novaclient==7.1.2',
'paramiko==2.1.5',
'paramiko==2.1.6',
'apscheduler==3.5.1',
],
entry_points={
Expand Down

0 comments on commit 11a82a1

Please sign in to comment.