From d1393587b8e1722e6156b335075b0061f040ff3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:49:01 +0000 Subject: [PATCH] build(deps): bump psutil from 6.0.0 to 6.1.0 in /install Bumps [psutil](https://github.com/giampaolo/psutil) from 6.0.0 to 6.1.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.0.0...release-6.1.0) --- updated-dependencies: - dependency-name: psutil 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 33fe9e839..610a0ddd7 100644 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -16,7 +16,7 @@ matplotlib==3.9.2 recommonmark==0.7.1 scikit_learn slackclient==2.9.4 -psutil==6.0.0 +psutil==6.1.0 six==1.16.0 pytest==8.3.2 pytest-mock==3.14.0