From ae56c9e488e435dfc7fcff16e43b4f8c6399871a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 00:19:19 +0000 Subject: [PATCH] Update pyinstaller requirement from <=6.6.0,>=6.6.0 to >=6.6.0,<=6.7.0 in the pyinstaller group (#6864) * --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production dependency-group: pyinstaller ... Signed-off-by: dependabot[bot] * pin pyinstaller we'd had enough fun with this over the years --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Hils --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 464855982..093a99c8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ "click>=7.0,<=8.1.7", "hypothesis>=5.8,<=6.102.4", "pdoc>=4.0.0,<=14.5.0", - "pyinstaller>=6.6.0,<=6.6.0", + "pyinstaller==6.7.0", "pytest-asyncio>=0.23.6,<=0.23.7", "pytest-cov>=5.0.0,<=5.0.0", "pytest-timeout>=2.3.1,<=2.3.1",