From 9f2f4d510768cac3fee29efce432754a3b5d50a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 09:27:18 +0200 Subject: [PATCH] Bump psutil from 5.9.4 to 5.9.5 (#910) Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.4 to 5.9.5. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.4...release-5.9.5) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch ... 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 1f96ec2..0774883 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==2022.5.30 -psutil==5.9.4 +psutil==5.9.5 pyinstaller @ https://github.com/pyinstaller/pyinstaller/archive/develop.zip pywin32-ctypes==0.2.0 \ No newline at end of file