From 3bff9f46d872aa073b11fb0431a2a9fba3bdf03f Mon Sep 17 00:00:00 2001 From: Morgan Epp <60796713+epmog@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:20:50 -0600 Subject: [PATCH] =?UTF-8?q?revert:=20"chore(deps):=20update=20pyinstaller?= =?UTF-8?q?=20requirement=20from=20=3D=3D5.13.*=20to=20=3D=3D6.11.*?= =?UTF-8?q?=E2=80=A6"=20(#529)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a735baf6b11e0124607b9e5ac6bc6ed075cdc2d3. Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com> --- requirements-installer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-installer.txt b/requirements-installer.txt index 62a63d2a..8569e0b2 100644 --- a/requirements-installer.txt +++ b/requirements-installer.txt @@ -1 +1 @@ -pyinstaller == 6.11.* \ No newline at end of file +pyinstaller == 5.13.* \ No newline at end of file