From 514932191dd9504dd8a8ef9522cb2161a98fdc9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:02:05 +0000 Subject: [PATCH] Bump psutil from 7.2.0 to 7.2.1 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.2.0 to 7.2.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.2.0...release-7.2.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b6964ed..1caaf75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ colorama==0.4.6 -psutil==7.2.0 +psutil==7.2.1 python_progress_bar==1.10 windows-curses==2.4.1; platform_system == "Windows"