From 4d778db1fa92527e3b21f27455685ebfb4bea193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:43:24 +0000 Subject: [PATCH] Bump pyinstaller from 4.10 to 5.13.1 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.10 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.10...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 d2516d0..6d43e10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ lazy-object-proxy==1.7.1 mccabe==0.7.0 pefile==2021.9.3 platformdirs==2.5.1 -pyinstaller==4.10 +pyinstaller==5.13.1 pyinstaller-hooks-contrib==2022.3 pylint==2.13.0 pypiwin32==223