From 0879c3ccd2e7599364c70a8156f3b1912feea2a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 03:47:12 +0000 Subject: [PATCH] Bump pyinstaller from 3.1.1 to 6.0.0 in /src/python/cli_new Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.1.1 to 6.0.0. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES-3.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v3.1.1...v6.0.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/python/cli_new/pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/cli_new/pip-requirements.txt b/src/python/cli_new/pip-requirements.txt index e1dbf13cf5f..be441e3deb2 100644 --- a/src/python/cli_new/pip-requirements.txt +++ b/src/python/cli_new/pip-requirements.txt @@ -8,7 +8,7 @@ lazy-object-proxy==1.2.2 mccabe==0.5.2 parse==1.8.0 Pygments==2.1.3 -PyInstaller==3.1.1 +PyInstaller==6.0.0 six==1.10.0 termcolor==1.1.0 toml==0.9.2