diff --git a/setup.py b/setup.py index 05772b022..bd17f7b5f 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ "types-tabulate==0.9.0.3", ], "build": [ - "pyinstaller==6.2.0", + "pyinstaller==6.3.0", ], }, zip_safe=False,