From 5747807391be702760e91642a7abe976f69b08ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 11:21:07 +0000 Subject: [PATCH] build(deps): update psutil requirement from ~=6.0.0 to ~=6.1.0 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 436b99c..d2ff8ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyYAML~=6.0.2 -psutil~=6.0.0 +psutil~=6.1.0 pynvml~=11.5.3 PySide6~=6.8.0.1 safetensors~=0.4.5