From 886fdc82d63be01ea8911a490490b74e4c803580 Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:23:38 +0100 Subject: [PATCH] Pyinstaller bump & pefile fix (#1890) Pinned pefile version --- pyinstaller/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyinstaller/requirements.txt b/pyinstaller/requirements.txt index ba67be0..62afa42 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==2024.8.26 +pefile==2023.2.7 # do not bump while pyinstaller is 6.11.1, there is a conflict psutil==6.1.0 pyinstaller==6.11.1 -pywin32-ctypes==0.2.1 \ No newline at end of file +pywin32-ctypes==0.2.1