Skip to content
This repository was archived by the owner on Aug 26, 2020. It is now read-only.

Commit a4519f8

Browse files
chuyang-dengDengajaykarpur
authored
fix: vulnerable dependency version (#259)
Co-authored-by: Deng <[email protected]> Co-authored-by: Ajay Karpur <[email protected]>
1 parent 3d3f3ab commit a4519f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def read_version():
4343
"inotify_simple==1.2.1",
4444
"werkzeug==0.15.5",
4545
"paramiko==2.4.2",
46-
"psutil==5.4.8",
46+
"psutil==5.6.7",
4747
"protobuf>=3.1",
4848
"scipy>=1.2.2",
4949
]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ deps =
5454
gunicorn
5555
gevent
5656
paramiko==2.4.2
57-
psutil==5.4.8
57+
psutil==5.6.7
5858

5959
[testenv:twine]
6060
basepython = python3

0 commit comments

Comments
 (0)