From a39f639c462d5c58bde52391c714e2645cdf66f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 17:20:03 +0000 Subject: [PATCH] Bump psutil from 2.2.1 to 5.6.6 in /demo Bumps [psutil](https://github.com/giampaolo/psutil) from 2.2.1 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-2.2.1...release-5.6.6) Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 2ffeb8c..cef1362 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,4 +1,4 @@ Django>1.4,<1.5 South>=1.0 -psutil==2.2.1 +psutil==5.6.6 django-mmc