From cbc49aceb9437248d9218d66191bb0aa43dd541d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:47:07 +0000 Subject: [PATCH] build(deps): bump pyinstaller from 6.15.0 to 6.16.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.15.0 to 6.16.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.15.0...v6.16.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.16.0 dependency-type: direct:production 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 d3065cc90..ea3d1fe2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ win_dist = [ "wheel==0.45.1", "pip==25.2", "pywin32==311", - "pyinstaller==6.15.0", + "pyinstaller==6.16.0", "packaging==25.0", ]