From 75271df2ba03702f22fb3a1b499716bfc0f505e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:42:24 +0000 Subject: [PATCH] Bump pyinstaller from 3.6 to 5.13.1 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.6 to 5.13.1. - [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.6...v5.13.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-mac.txt | 2 +- requirements-win.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-mac.txt b/requirements-mac.txt index 2b1f3bf..a562f96 100644 --- a/requirements-mac.txt +++ b/requirements-mac.txt @@ -1,5 +1,5 @@ wxpython pygame pyobjc -pyinstaller==3.6 +pyinstaller==5.13.1 appscript \ No newline at end of file diff --git a/requirements-win.txt b/requirements-win.txt index 9212bbb..e7f5f5a 100644 --- a/requirements-win.txt +++ b/requirements-win.txt @@ -2,4 +2,4 @@ wxpython pywin32 pygame winpaths -pyinstaller==5.13 \ No newline at end of file +pyinstaller==5.13.1 \ No newline at end of file