From 64957a05ae4f430f0e26b57c2f6de1020d93b23b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 18:01:50 +0000 Subject: [PATCH] Bump pyinstaller from 5.12.0 to 6.12.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.12.0 to 6.12.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/v5.12.0...v6.12.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f335705d..72ce113e 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def find_version(*file_paths): url='https://github.com/skalenetwork/node-cli', install_requires=[ "click==8.1.7", - "PyInstaller==5.12.0", + "PyInstaller==6.12.0", "distro==1.9.0", "docker==6.0.1", "texttable==1.6.7",