From c4dce750ef3657b11f37ef5e02689c3d40962878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:14:40 +0000 Subject: [PATCH] chore(deps): update psutil requirement from ~=5.9.5 to ~=7.2.2 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v5.9.5...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 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 baf77f4..00c18ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ scp~=0.13.4; platform_system != 'VMkernel' pywin32; sys_platform == 'win32' mfd-typing >= 1.23.0, < 2 mfd-common-libs>=1.11.0 -psutil~=5.9.5; platform_system != 'VMkernel' +psutil~=7.2.2; platform_system != 'VMkernel' mfd-ftp>=1.8.0 pywinrm~=0.4.3 netaddr