From 9ab84c6c059bbfd2d082a1fe85d950fba0fc09b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:37:38 +0000 Subject: [PATCH] Update pyinstaller requirement from <7,>=6.0 to >=6.20.0,<7 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.0.0...v6.20.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.20.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 07eaf52..7424190 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -r requirements.txt pytest>=8.0,<9 -pyinstaller>=6.0,<7 +pyinstaller>=6.20.0,<7