From 8ed30fc9c1f07487a21433895d891977c1a581a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 06:32:27 +0000 Subject: [PATCH] Bump psutil from 5.8.0 to 5.9.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.8.0 to 5.9.0. - [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.8.0...release-5.9.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-hyperopt.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-hyperopt.txt b/requirements-hyperopt.txt index bd234dd73..359dea994 100644 --- a/requirements-hyperopt.txt +++ b/requirements-hyperopt.txt @@ -7,5 +7,5 @@ scikit-learn==1.0.2 scikit-optimize==0.9.0 filelock==3.4.2 joblib==1.1.0 -psutil==5.8.0 +psutil==5.9.0 progressbar2==3.55.0 diff --git a/requirements.txt b/requirements.txt index 3ca420f1a..147901edd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ fastapi==0.70.1 uvicorn==0.16.0 pyjwt==2.3.0 aiofiles==0.8.0 -psutil==5.8.0 +psutil==5.9.0 # Support for colorized terminal output colorama==0.4.4