Skip to content

Commit

Permalink
Bump psutil >5.6.6 due to CVE-2019-18874
Browse files Browse the repository at this point in the history
  • Loading branch information
mbanczerowski committed May 15, 2020
1 parent 49da4d4 commit fe8f7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
install_requires=[
"aiohttp>=3.5.4",
"certifi>=2019.3.9",
"psutil>=5.6.3; sys_platform == 'darwin'"
"psutil>=5.6.6; sys_platform == 'darwin'"
]
)

0 comments on commit fe8f7e9

Please sign in to comment.