From c8c9279e386ef98b9d924ba66486830f689915ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:55:49 +0000 Subject: [PATCH] Bump psutil from 5.9.4 to 6.1.1 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.4 to 6.1.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.4...release-6.1.1) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f335705d..4bfa00d7 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def find_version(*file_paths): "texttable==1.6.7", "python-dateutil==2.8.2", "Jinja2==3.1.4", - "psutil==5.9.4", + "psutil==6.1.1", "python-dotenv==0.21.0", "terminaltables==3.1.10", "requests==2.28.1",