From 7b803bf722775f0512df2c9b50d6afac8d653ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:20:14 +0000 Subject: [PATCH] Bump psutil from 5.9.6 to 5.9.7 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.6 to 5.9.7. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.6...release-5.9.7) --- updated-dependencies: - dependency-name: psutil 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 5087999..908d0f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ colorama==0.4.6 -psutil==5.9.6 +psutil==5.9.7 python_progress_bar==1.10 windows-curses==2.3.2; platform_system == "Windows"