From dde1cd5d78f4c7a7294f2fadf5e9b966b7512082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:58:24 +0100 Subject: [PATCH] build(deps): bump psutil from 7.1.3 to 7.2.2 (#2406) Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.3 to 7.2.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v7.1.3...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyinstaller/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller/requirements.txt b/pyinstaller/requirements.txt index e49b4a9..69eadd9 100644 --- a/pyinstaller/requirements.txt +++ b/pyinstaller/requirements.txt @@ -1,5 +1,5 @@ maigret @ https://github.com/soxoj/maigret/archive/refs/heads/main.zip pefile==2023.2.7 # do not bump while pyinstaller is 6.11.1, there is a conflict -psutil==7.1.3 +psutil==7.2.2 pyinstaller==6.19.0 pywin32-ctypes==0.2.3