From 929155b65387588ee413e826df95808d04b3560e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 23:05:31 +0000 Subject: [PATCH] Bump psutil from 5.6.3 to 5.6.6 in /Hermes Bumps [psutil](https://github.com/giampaolo/psutil) from 5.6.3 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.6.3...release-5.6.6) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Hermes/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hermes/setup.py b/Hermes/setup.py index 6ea60cccb8..c1dc19f042 100644 --- a/Hermes/setup.py +++ b/Hermes/setup.py @@ -12,7 +12,7 @@ install_requires=[ 'appscale-common', 'appscale-admin', - 'psutil==5.6.3', + 'psutil==5.6.6', 'attrs==19.1.0', 'mock==2.0.0', 'aiohttp==2.3.9'