From d23d278e09f30ba09742fbd1cfbcb17ced7be367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 00:17:00 +0000 Subject: [PATCH] Bump pyinstaller from 6.17.0 to 6.18.0 in /src Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.17.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.17.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] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index c4e1482..b62576f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,3 +1,3 @@ PySide6==6.10.1 urllib3==2.6.2 -pyinstaller==6.17.0 \ No newline at end of file +pyinstaller==6.18.0 \ No newline at end of file