Skip to content

Commit 453f1d0

Browse files
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](giampaolo/psutil@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] <[email protected]>
1 parent 9174da2 commit 453f1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"jsonargparse[signatures]>=4.31,<=4.32.1; python_version<'3.10'", # 4.33 does not seem to be compatible with Python 3.9
3131
"jsonargparse[signatures]>=4.37,<=4.41; python_version>'3.9'", # required to work with python3.12+
3232
"lightning>=2.5",
33-
"psutil==7",
33+
"psutil==7.1.3",
3434
"safetensors>=0.4.3",
3535
# tokenization in most models:
3636
"tokenizers>=0.21",

0 commit comments

Comments
 (0)