From 6b676ec60c268a1cf2ada2e6863f0e1a35ae3dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 17:49:10 +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] --- pinned.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pinned.txt b/pinned.txt index a240890..7313f18 100644 --- a/pinned.txt +++ b/pinned.txt @@ -1,4 +1,4 @@ -psutil==5.4.8 +psutil==5.6.6 requests==2.22.0 opentuner==0.8.2 humanfriendly==4.18 diff --git a/requirements.txt b/requirements.txt index 99cf639..b05dfad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ opentuner==0.8.2 humanfriendly==4.18 chainmap==1.0.3 -psutil==5.4.8 +psutil==5.6.6 requests==2.22.0 requests-mock==1.5.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 08a7e35..c59aa70 100644 --- a/setup.py +++ b/setup.py @@ -155,7 +155,7 @@ def load_pinned_deps(self): "opentuner==0.8.2", "humanfriendly==4.18", "chainmap==1.0.3", - "psutil==5.4.8", + "psutil==5.6.6", "requests==2.22.0" ], entry_points={