From 7fffdcf73e08be91f5ca05ea74c7137407c01684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:41:01 +0000 Subject: [PATCH] Bump pyinstaller from 3.4 to 5.13.1 in /requirements Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.4 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.4...v5.13.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index ae623b1..deb9a24 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -14,7 +14,7 @@ opencv-python ###### Requirements with Version Specifiers ###### fbs[sentry] == 0.8.3 PyQt5 == 5.10 -PyInstaller == 3.4 +PyInstaller == 5.13.1 tensorflow == 1.5.* keras == 2.2.* imageio == 2.*