From d7f2001eaa9e35c775c99e616e0ac8a0dbe7aeb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:26:00 +0000 Subject: [PATCH] Bump psutil from 6.1.0 to 6.1.1 in the pip-others group Bumps the pip-others group with 1 update: [psutil](https://github.com/giampaolo/psutil). Updates `psutil` from 6.1.0 to 6.1.1 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.0...release-6.1.1) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-others ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c98c6b4d41..93ee5316e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "omegaconf==2.3.0", "rich==13.9.4", "jsonargparse==4.30.0", - "psutil==6.1.0", # Mem cache needs system checks + "psutil==6.1.1", # Mem cache needs system checks "ftfy==6.3.1", "regex==2024.11.6", "importlib_resources==6.4.5",