From 62abfc4cd00816c31cc066a3f567cbabac44d0a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:43:27 +0000 Subject: [PATCH] chore(deps): 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 8852a4a..68f61e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ depthy>=0.3.0 certifi>=2020.06.20 scikit-image>=0.18.0 tifffile==2022.4.8 -pyinstaller==4.10 \ No newline at end of file +pyinstaller==5.13.1 \ No newline at end of file