From d4a129bbf20ba2a6a470f1d3045ea3d962e0f54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 18:25:46 +0000 Subject: [PATCH] Bump psutil from 5.4.3 to 5.6.6 in /benchmarks/python/performance Bumps [psutil](https://github.com/giampaolo/psutil) from 5.4.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.4.3...release-5.6.6) Signed-off-by: dependabot[bot] --- benchmarks/python/performance/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/python/performance/requirements.txt b/benchmarks/python/performance/requirements.txt index f17f7b4..e139b00 100644 --- a/benchmarks/python/performance/requirements.txt +++ b/benchmarks/python/performance/requirements.txt @@ -78,7 +78,7 @@ tornado==4.5.3 # bm_tornado_http # # The list of optional dependencies is hardcoded in performance/venv.py -psutil==5.4.3 +psutil==5.6.6 # performance