From fcf085054976eaf448aeb3a5b11d624030c991c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 17:29:01 +0000 Subject: [PATCH] Bump psutil from 5.4.0 to 5.6.6 in /proj1 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.4.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-5.4.0...release-5.6.6) Signed-off-by: dependabot[bot] --- proj1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj1/requirements.txt b/proj1/requirements.txt index e911f7c..c4aee34 100644 --- a/proj1/requirements.txt +++ b/proj1/requirements.txt @@ -121,7 +121,7 @@ Pillow==4.2.1 pkginfo==1.4.1 ply==3.10 prompt-toolkit==1.0.15 -psutil==5.4.0 +psutil==5.6.6 psycopg2==2.7.3.2 ptyprocess==0.5.2 py==1.4.34