From 28b1bc181cabb15134be5660aa0a4b39f820b09f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:16:08 +0200 Subject: [PATCH] Bump psutil from 6.0.0 to 6.1.0 (#63) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e8d1a83..948085e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ numpy==2.1.2 pandas==2.2.3 xgboost-cpu==2.1.1; platform_machine == "x86_64" xgboost==2.1.1; platform_machine != "x86_64" -psutil==6.0.0 +psutil==6.1.0 pyarrow==17.0.0 scikit-learn==1.5.2 \ No newline at end of file