From ac78f177f18ac5922dd03bea7846a0e9b7a75640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:46:06 +0000 Subject: [PATCH] build(deps-dev): bump pyinstaller from 5.10.1 to 5.13.2 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.10.1 to 5.13.2. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/v5.13.2/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.10.1...v5.13.2) --- 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 2138abf62..e7d04dd5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ dev = [ "types-protobuf==4.23.0.3", ] build = [ - "pyinstaller==5.10.1", + "pyinstaller==5.13.2", "setuptools==68.0.0", "build==0.10.0" ]