From 5612b047669722db95bd8236a1c70552ea803364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:32:05 +0000 Subject: [PATCH] Build(deps-dev): Bump pyinstaller from 6.17.0 to 6.18.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.17.0 to 6.18.0. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.17.0...v6.18.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.18.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c56bd6b..4b7da475 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ doc = [ "sphinx_toolbox==4.1.2", ] freeze = [ - "pyinstaller==6.17.0", + "pyinstaller==6.18.0", "packaging==25.0", "PyGithub==2.8.1", "appdirs==1.4.4",