From 9c9d4833adb197da92507e71de0f3c7c9d8c07d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 17:26:23 +0000 Subject: [PATCH] Bump psutil from 4.0.0 to 5.6.6 in /Dator Bumps [psutil](https://github.com/giampaolo/psutil) from 4.0.0 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-4.0.0...release-5.6.6) Signed-off-by: dependabot[bot] --- Dator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dator/requirements.txt b/Dator/requirements.txt index 104d0b43..1926c580 100644 --- a/Dator/requirements.txt +++ b/Dator/requirements.txt @@ -79,7 +79,7 @@ pickleshare==0.7.4 pluginlib==1.10.5 prettytable==0.7.2 prompt-toolkit==1.0.15 -psutil==4.0.0 +psutil==5.6.6 ptyprocess==0.5.2 pyasn1==0.3.7 pycparser==2.14