From d6f0673660e4adde03f425cccae08fa567e45678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:14:05 +0000 Subject: [PATCH] Build(deps-dev): Bump pyinstaller from 6.1.0 to 6.2.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.1.0 to 6.2.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.1.0...v6.2.0) --- updated-dependencies: - dependency-name: pyinstaller 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 57e49119..66c05719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ doc = [ "sphinx-copybutton==0.5.2", ] freeze = [ - "pyinstaller==6.1.0", + "pyinstaller==6.2.0", "packaging==23.2", "PyGithub==2.1.1", "appdirs==1.4.4",