Skip to content

Commit 255b3dc

Browse files
author
Sergey Khoroshavin
committed
Fix CVE-2019-18874 (continued)
Signed-off-by: Sergey Khoroshavin <[email protected]>
1 parent a328f95 commit 255b3dc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build-scripts/ubuntu-1604/build-3rd-parties.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ build_from_pypi setuptools 38.5.2
9696
build_from_pypi python-dateutil 2.6.1
9797
build_from_pypi semver 2.7.9
9898
build_from_pypi pygments 2.2.0
99-
build_from_pypi psutil 5.4.3
99+
build_from_pypi psutil 5.6.6
100100
build_from_pypi pyzmq 18.1.0 bundled
101101
build_from_pypi intervaltree 2.1.0
102102
build_from_pypi jsonpickle 0.9.6
103103
# TODO: add libsnappy dependency for python-rocksdb package
104104
build_from_pypi python-rocksdb 0.6.9
105105
build_from_pypi pympler 0.8
106106
build_from_pypi packaging 19.0
107-
build_from_pypi python-ursa 0.1.0
107+
build_from_pypi python-ursa 0.1.0

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def run(self):
112112
'portalocker==0.5.7',
113113
'libnacl==1.6.1',
114114
'six==1.11.0',
115-
'psutil==5.4.3',
116115
'intervaltree==2.1.0',
117116
'msgpack-python==0.4.6',
118117
'python-rocksdb==0.6.9',

0 commit comments

Comments
 (0)