From 6665b00ba2572a813488f3066d5b328ba28f474e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:19:23 +0000 Subject: [PATCH] build(deps): update psutil requirement from ~=6.1.0 to ~=6.1.1 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.1.0...release-6.1.1) --- 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 422406a..e273c31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyYAML~=6.0.2 -psutil~=6.1.0 +psutil~=6.1.1 pynvml~=12.0.0 PySide6~=6.8.1 safetensors~=0.4.5