From f6ae58a45b711fb663f7c0f454a2a2ce52405f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 07:14:03 +0000 Subject: [PATCH] build(deps): bump psutil from 7.0.0 to 7.1.0 in /install Bumps [psutil](https://github.com/giampaolo/psutil) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.0.0...release-7.1.0) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- install/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/requirements.txt b/install/requirements.txt index f7a081a75..de177b5f2 100644 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -15,7 +15,7 @@ ipwhois==1.2.0 matplotlib==3.10.1 scikit_learn slackclient==2.9.4 -psutil==7.0.0 +psutil==7.1.0 six==1.17.0 pytest==8.4.2 pytest-mock==3.15.0