From 41863126c020738ec9cc61be21825a40195d5ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:45:13 +0000 Subject: [PATCH] build(deps): bump pyinstaller from 4.7 to 5.13.1 in /src Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.7 to 5.13.1. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v4.7...v5.13.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index bb890d07a..b2bcd390e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -PyInstaller == 4.7; sys_platform == 'darwin' +PyInstaller == 5.13.1; sys_platform == 'darwin' PyInstaller >= 3.5; sys_platform != 'darwin' PyQt5 == 5.15.6; sys_platform == 'darwin' or sys_platform == 'win32' PyQt5 == 5.11.3; sys_platform != 'darwin' and sys_platform != 'win32'