From 5b73315c18b708ffad6e53aaa08f35a1fa61b718 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:36:51 +0000 Subject: [PATCH] fix(deps): update dependency pyinstaller to v6.19.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3613a1ef..f3624d84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "pytest-timeout" ] build = [ - "pyinstaller==6.18.0" + "pyinstaller==6.19.0" ] desktop = [ "winotify",