From 307f0396b75113199da982fd8dd1997d88424ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:43:17 +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 fb17e0d..fb4be0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ ConfigArgParse==1.5.3 pypiwin32==223 ; sys_platform == 'win32' PyYAML==6.0 pytsk3==20211111 -PyInstaller==4.10 +PyInstaller==5.13.1 psutil==5.9.0 jsonlines==3.0.0 filetype==1.0.10