From 6d27111db02f52f73e92b689c332586024cb0574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:42:53 +0000 Subject: [PATCH] Update dependency pyinstaller to v6.20.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 726efab4..964554f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "pytest-timeout" ] build = [ - "pyinstaller==6.18.0" + "pyinstaller==6.20.0" ] desktop = [ "winotify",