From 406d5a913b603727f8b02da0fe6cd18878420014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 20:53:25 +0000 Subject: [PATCH] build(deps-dev): update pyinstaller requirement Updates the requirements on [pyinstaller](https://github.com/pyinstaller/pyinstaller) to permit the latest version. - [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.14.2...v6.19.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.19.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66c09f5..5a6656e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ test = [ packaging = [ "build>=1.2.2,<2", "distro==1.9.* ; sys_platform == 'linux'", - "pyinstaller>=6.14.2,<6.19", + "pyinstaller>=6.14.2,<6.20", "pyinstaller-hooks-contrib>=2025,<2027", "pypiwin32==223 ; sys_platform == 'win32'", ]