From 733377ce8276300c790ddcaf96c3b2682157b47a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 17:48:49 +0000 Subject: [PATCH] Bump psutil from 5.4.8 to 5.6.6 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.4.8 to 5.6.6. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.4.8...release-5.6.6) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27e8e67..41b305c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'for older (pre-5.0) versions of PowerShell which do not have comprehensive logging facilities ' 'built in.', python_requires='>=3.7', - install_requires=['psutil==5.4.8', 'pywintrace==0.1.1'], + install_requires=['psutil==5.6.6', 'pywintrace==0.1.1'], entry_points={ 'console_scripts': [ 'RemotePSpy = remotepspy.__main__:run_winrm_etw',