From 3ab3f71689249c453f0c5e8b8a418eb3d1f20eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 09:23:39 +0000 Subject: [PATCH] Bump pyinstaller from 3.4 to 6.15.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.4 to 6.15.0. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES-3.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v3.4...v6.15.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'],