From 124d24bff90891902314e2bf4efca2d36fae4af6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:26:52 +0000 Subject: [PATCH] build(deps-dev): bump pyinstaller from 6.2.0 to 6.3.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.2.0 to 6.3.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.2.0...v6.3.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40cb3e82d..dee0d3407 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ "types-tabulate==0.9.0.3", ], "build": [ - "pyinstaller==6.2.0", + "pyinstaller==6.3.0", ], }, zip_safe=False,