Skip to content

Commit 566061b

Browse files
authored
Merge pull request #1498 from dhh1128/cve2019-18874
Fix CVE-2019-18874
2 parents e374c87 + 255b3dc commit 566061b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,11 @@ def run(self):
107107
'base58==1.0.0',
108108
'orderedset==2.0.3',
109109
'sortedcontainers==1.5.7',
110-
'psutil==5.4.3',
110+
'psutil==5.6.6',
111111
'pip<10.0.0',
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)