diff --git a/setup.py b/setup.py index e4d649119..b9d964cb3 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ "types-tabulate==0.9.0.3", ], "build": [ - "pyinstaller==5.13.2", + "pyinstaller==6.0.0", ], }, zip_safe=False,