From c20aca9d1581d9a2ec70ce3e548ec3cdb7f791b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:40:31 +0000 Subject: [PATCH] Bump pyinstaller from 3.2.1 to 5.13.1 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.2.1 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.2.1...v5.13.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a45880..c6caccc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ wget==3.2 -pyinstaller==3.2.1 \ No newline at end of file +pyinstaller==5.13.1 \ No newline at end of file