From dd784432ce8d25332268c4af4555ff151205045d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 19:42:10 +0000 Subject: [PATCH] Bump pyinstaller from 5.12.0 to 6.11.1 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.12.0 to 6.11.1. - [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.11.1) --- 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 4cefd5da..d51da921 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.3", - "PyInstaller==5.12.0", + "PyInstaller==6.11.1", "distro==1.4.0", "docker==6.0.1", "texttable==1.6.7",