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",