Skip to content

Commit dc5381e

Browse files
committed
avoid psutil CVE-2019-18874
1 parent 63a9d43 commit dc5381e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ schema-salad>=7.1.20210518142926,<8
66
prov==1.5.1
77
bagit==1.8.1
88
mypy-extensions
9-
psutil != 5.6.1, <5.9.0
9+
psutil>=5.6.6
1010
typing-extensions
1111
coloredlogs
1212
pydot>=1.4.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
# https://github.com/common-workflow-language/schema_salad/issues/385
116116
"schema-salad >= 7.1.20210518142926, < 8",
117117
"mypy-extensions",
118-
"psutil != 5.6.1",
118+
"psutil >= 5.6.6",
119119
"prov == 1.5.1",
120120
"bagit >= 1.6.4",
121121
"typing-extensions",

0 commit comments

Comments
 (0)