From e7ad5c58f2413126f7c531d2c19e80da15264bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 02:48:53 +0000 Subject: [PATCH] deps(deps): bump pyinstaller from 6.16.0 to 6.18.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.16.0 to 6.18.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.16.0...v6.18.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84a5d6a..0fa6a27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # requirements.txt generated: 2025-10-30 10:37:55 # Third-Party Package name/License: pyinstaller: GPLv2-or-later with a special exception which allows to use PyInstaller to build and distribute non-free programs (including commercial ones) -pyinstaller==6.16.0 +pyinstaller==6.18.0 # Third-Party Package name/License: PyQt5: GPL v3 PyQt5==5.15.11 # Third-Party Package name/License: Markdown: Unknown