From 437187a1b4d3409155fb49405798d9ca47990809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:32:26 +0000 Subject: [PATCH] Bump pyinstaller from 6.8.0 to 6.9.0 in /gui Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.8.0 to 6.9.0. - [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/v6.8.0...v6.9.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/requirements.txt b/gui/requirements.txt index cc0d7e4fd..cdf15eb20 100644 --- a/gui/requirements.txt +++ b/gui/requirements.txt @@ -1,3 +1,3 @@ -pyinstaller==6.8.0 +pyinstaller==6.9.0 PySide6==6.7.1 PyYAML==6.0.1