From c8397b423a387bd1ee61b265e472e951f8b4b89d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 03:22:01 +0000 Subject: [PATCH] Bump pyinstaller from 5.13.2 to 6.0.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.13.2 to 6.0.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/v5.13.2...v6.0.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.0.0 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 0029991..5fad8f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ pint==0.22 pyqt6==6.6.1 pyqt6-qt6==6.6.1 scipy==1.15.0 -PyInstaller==5.13.2 # For building exe +PyInstaller==6.0.0 # For building exe pip-licenses # Needed to generate license info for exe about page pytest # To run test cases