From bfb2e53a02924e23ac62da576cbeaaed185299df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 04:52:32 +0000 Subject: [PATCH] Bump psutil from 6.1.1 to 7.0.0 in /requirements Bumps [psutil](https://github.com/giampaolo/psutil) from 6.1.1 to 7.0.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.1...release-7.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 90919503b70..30548900ca2 100644 --- a/requirements/requirements_install.txt +++ b/requirements/requirements_install.txt @@ -1,5 +1,5 @@ importlib-metadata==8.5.0 numpy==2.2.2 packaging==24.2 -psutil==6.1.1 +psutil==7.0.0 tqdm==4.67.1