From 84bc876b91d8f20bf1659733bd95056cc2d214d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 17:35:34 +0000 Subject: [PATCH] Update dependency pyinstaller to v6.21.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 726efab4..e1aa544a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "pytest-timeout" ] build = [ - "pyinstaller==6.18.0" + "pyinstaller==6.21.0" ] desktop = [ "winotify",