From 453f1d022068648d540456f062db6f1902823b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 09:32:15 +0000 Subject: [PATCH] build(deps): bump psutil from 7 to 7.1.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 7 to 7.1.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.0.0...release-7.1.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4fc2c8cca..1e9ae70fdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "jsonargparse[signatures]>=4.31,<=4.32.1; python_version<'3.10'", # 4.33 does not seem to be compatible with Python 3.9 "jsonargparse[signatures]>=4.37,<=4.41; python_version>'3.9'", # required to work with python3.12+ "lightning>=2.5", - "psutil==7", + "psutil==7.1.3", "safetensors>=0.4.3", # tokenization in most models: "tokenizers>=0.21",