From ea86957390041e64d65d9228a30edaed8d2a48d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 07:03:17 +0000 Subject: [PATCH] Bump the pyinstaller group across 1 directory with 2 updates Bumps the pyinstaller group with 2 updates in the / directory: [pyinstaller](https://github.com/pyinstaller/pyinstaller) and [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib). Updates `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) Updates `pyinstaller-hooks-contrib` from 2025.10 to 2026.0 - [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/v2025.10...v2026.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pyinstaller - dependency-name: pyinstaller-hooks-contrib dependency-version: '2026.0' dependency-type: direct:development update-type: version-update:semver-major dependency-group: pyinstaller ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c2100e..aab2f9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,8 +67,8 @@ dev = [ "hypothesis==6.148.7", "maturin==1.10.2", "pdoc==16.0.0", - "pyinstaller==6.17.0", - "pyinstaller-hooks-contrib==2025.10", + "pyinstaller==6.18.0", + "pyinstaller-hooks-contrib==2026.0", "pytest-asyncio==1.3.0", "pytest-cov==7.0.0", "pytest-timeout==2.4.0",