Bump psutil >5.6.6 due to CVE-2019-18874

This commit is contained in:
Mieszko Banczerowski
2020-05-15 11:52:49 +02:00
parent 49da4d4d37
commit fe8f7e929a
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ pytest-flakes==4.0.0
# because of pip bug https://github.com/pypa/pip/issues/4780
aiohttp==3.5.4
certifi==2019.3.9
psutil==5.6.3; sys_platform == 'darwin'
psutil==5.6.6; sys_platform == 'darwin'

View File

@@ -11,6 +11,6 @@ setup(
install_requires=[
"aiohttp>=3.5.4",
"certifi>=2019.3.9",
"psutil>=5.6.3; sys_platform == 'darwin'"
"psutil>=5.6.6; sys_platform == 'darwin'"
]
)