From f9b66c794351588b8f351dcd7a3b21fbc852f719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 04:37:28 +0000 Subject: [PATCH] Bump psutil from 5.9.5 to 6.0.0 in /requirements Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.5 to 6.0.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.5...release-6.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/requirements_install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_install.txt b/requirements/requirements_install.txt index ecab32bb08..5d5bc0052c 100644 --- a/requirements/requirements_install.txt +++ b/requirements/requirements_install.txt @@ -1,5 +1,5 @@ importlib-metadata==7.1.0 numpy==1.26.4 packaging==24.0 -psutil==5.9.5 +psutil==6.0.0 tqdm==4.66.1