From 727f441c555ee71b6393d52a55508d6cd64368e3 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:25:07 -0700 Subject: [PATCH] fix(ci): bump pyinstaller version to 6.21 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3638deb..8abc5f21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = ["tagstudio[mkdocs,pyright,pre-commit,pyinstaller,pytest,ruff]"] mkdocs = ["mkdocs-material[imaging]>=9.7", "mkdocs-redirects~=1.2"] pyright = ["pyright~=1.1.409"] pre-commit = ["pre-commit~=4.2"] -pyinstaller = ["Pyinstaller~=6.13"] +pyinstaller = ["Pyinstaller~=6.21"] pytest = [ "pytest==9.0.3", "pytest-cov==6.1.1",