From 3d1080546a643cabf0887242c556cfacfb38ae02 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 04:27:24 +0000 Subject: [PATCH] Update psutil requirement from ~=5.6.3 to >=5.6.3,<5.9.0 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [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.6.3...release-5.8.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c2d826..cb73b0d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "pyyaml>=5.1", "tqdm~=4.39.0", "flask~=1.0.2", - "psutil~=5.6.3", + "psutil>=5.6.3,<5.9.0", "jsonpickle~=1.0", "GPy[plotting]~=1.9.9", "filelock~=3.0.10",