diff --git a/requirements.txt b/requirements.txt index 4afdab4..55d3d54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyQt5==5.9.2 -PyInstaller==3.4 +PyInstaller==6.15.0 rsa>=3.4.2 boto3 sentry-sdk>=0.6.6 \ No newline at end of file diff --git a/setup.py b/setup.py index 1a64bba..a278282 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def _get_package_data(pkg_dir, data_subdir): 'fbs/installer/mac', 'create-dmg' ) }, - install_requires=['PyInstaller==3.4'], + install_requires=['PyInstaller==6.15.0'], extras_require={ # Also update requirements.txt when you change this: 'licensing': ['rsa>=3.4.2'],