From 4a05f38a63e467949810592e5529a1714a7e1994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 18:11:55 +0000 Subject: [PATCH] Bump psutil from 5.4.2 to 5.6.6 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.4.2 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.2...release-5.6.6) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 195141e..d4fa7e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ python-dateutil==2.7 matplotlib==1.4.3 numpy==1.14.5 pymongo>=3.6.1,<4.0.0 -psutil==5.4.2 +psutil==5.6.6 diff --git a/setup.py b/setup.py index baf7dcc..73bb54c 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,8 @@ # simplify the default install experience, particularly where a build # toolchain is required. extras_requires = { - "all": ['matplotlib==1.4.3', 'numpy==1.14.5', 'pymongo>=3.6.1,<4.0.0', 'psutil==5.4.2'], - "mlaunch": ['pymongo>=3.6.1,<4.0.0', 'psutil==5.4.2'], + "all": ['matplotlib==1.4.3', 'numpy==1.14.5', 'pymongo>=3.6.1,<4.0.0', 'psutil==5.6.6'], + "mlaunch": ['pymongo>=3.6.1,<4.0.0', 'psutil==5.6.6'], "mlogfilter": [], "mloginfo": ['numpy==1.14.5'], "mlogvis": [],