From 1577487ef4937d654e51f0e310432129798dae4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:03:07 +0000 Subject: [PATCH] Bump psutil from 5.8.0 to 7.0.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.8.0 to 7.0.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.8.0...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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c231018c8..daf729dec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ idna==3.7; python_version >= '3' msgpack==1.0.2 numpy==1.22.2; python_version < '3.9' protobuf==3.18.3 -psutil==5.8.0 +psutil==7.0.0 pyyaml==5.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' ray==2.43.0 redis==3.5.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'