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