From 520aa010d351ff6c86c47dec77e524a548ec9b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:42:40 +0000 Subject: [PATCH] Bump pyinstaller in /src/applications/individualApps/theia_source Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.6.0 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/v3.6...v5.13.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/applications/individualApps/theia_source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/individualApps/theia_source/requirements.txt b/src/applications/individualApps/theia_source/requirements.txt index 81b27b149..2490aa3a1 100644 --- a/src/applications/individualApps/theia_source/requirements.txt +++ b/src/applications/individualApps/theia_source/requirements.txt @@ -1,3 +1,3 @@ -PyInstaller==3.6.0 +PyInstaller==5.13.1 PyQt5==5.10.1 vtk==8.1.0