From f4f5879a09db0e5bf256077d763558a2a2eb674d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:04:42 +0000 Subject: [PATCH] build(deps): update psutil requirement from >=2.1 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/v2.1.0...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 1d179dda8..a22027e71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pillow ; sys_platform == 'win32' wxPython >= 4.2.0 numpy (>= 1.8.2) pyglet >= 1.1, < 2.0 -psutil (>= 2.1) +psutil (>= 7.2.2) lxml (>= 2.9.1) platformdirs puremagic