From 212210485a9fd1146eeb7301fe455e60499ffbe5 Mon Sep 17 00:00:00 2001 From: Alain Borel Date: Thu, 5 May 2022 15:16:38 +0200 Subject: [PATCH] minor version bump for pyinstaller --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ddc2d65..9d191c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ altgraph==0.17 macholib==1.14 -pyinstaller==4.2 +pyinstaller==4.10 pyinstaller-hooks-contrib==2020.11