From 6f702efc81cd07e82531c1ca812cc64ae3104ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:54:22 +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: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 87c1fd3c5..a7ae2e5da 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ "types-tabulate==0.9.0.3", ], "build": [ - "pyinstaller==6.1.0", + "pyinstaller==6.2.0", ], }, zip_safe=False,