From 2801b9e45d464c7156178ec0c1e55a8fdaca61ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 07:05:06 +0000 Subject: [PATCH] Build(deps): Bump pyinstaller from 6.14.1 to 6.14.2 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.14.1 to 6.14.2. - [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.14.1...v6.14.2) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49385ebf..fa42f53f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ doc = [ "sphinx_toolbox==4.0.0", ] freeze = [ - "pyinstaller==6.14.1", + "pyinstaller==6.14.2", "packaging==25.0", "PyGithub==2.6.1", "appdirs==1.4.4",