From d6d5ce5cb05326f38049bcba4a0ff22553300a8a Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 1 Feb 2026 05:23:13 +0100 Subject: [PATCH] use pyinstaller 6.18.0 CI: the windows runner installs Python 3.14 now and thus we need a more recent pyinstaller to be compatible with that. --- requirements.d/pyinstaller.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.d/pyinstaller.txt b/requirements.d/pyinstaller.txt index 132be3872..42f72618f 100644 --- a/requirements.d/pyinstaller.txt +++ b/requirements.d/pyinstaller.txt @@ -1 +1 @@ -pyinstaller==6.14.2 +pyinstaller==6.18.0