Skip to content

Commit fe8f7e9

Browse files
committed
Bump psutil >5.6.6 due to CVE-2019-18874
1 parent 49da4d4 commit fe8f7e9

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
@@ -7,4 +7,4 @@ pytest-flakes==4.0.0
77
# because of pip bug https://github.com/pypa/pip/issues/4780
88
aiohttp==3.5.4
99
certifi==2019.3.9
10-
psutil==5.6.3; sys_platform == 'darwin'
10+
psutil==5.6.6; sys_platform == 'darwin'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
install_requires=[
1212
"aiohttp>=3.5.4",
1313
"certifi>=2019.3.9",
14-
"psutil>=5.6.3; sys_platform == 'darwin'"
14+
"psutil>=5.6.6; sys_platform == 'darwin'"
1515
]
1616
)

0 commit comments

Comments
 (0)