From 08a0cdb0923c88bc1ccba0af10d795704c3d9927 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 29 Aug 2023 15:07:09 +0000 Subject: [PATCH] [fix] Pin pyinstaller to 5.13.1 https://github.com/pyinstaller/pyinstaller/issues/7893 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 254326bf..9acec174 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pytest-cov = "^4.0" pywin32-ctypes = {version = "^0.2", platform = "win32"} requests = "^2.25" tan = "^22.8" -pyinstaller = "^5.2" +pyinstaller = "5.13.0" [tool.poetry.scripts] opsiclientd = "opsiclientd.__main__:opsiclientd"