From 3da1b13b3e4c9da32826376167d5ee4b2a1ccd83 Mon Sep 17 00:00:00 2001 From: jll-02 <63648645+jll-02@users.noreply.github.com> Date: Wed, 9 Apr 2025 15:45:19 +0200 Subject: [PATCH] fix: make app installation possible again version bump for pyYAML to make the installation possible again. before cython threw an error on the installation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa5e96a508..067a4aa666 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "PyPika==0.48.9", "mysqlclient==2.2.7", "PyQRCode~=1.2.1", - "PyYAML~=6.0.1", + "PyYAML~=6.0.2", "RestrictedPython~=8.0", "WeasyPrint==59.0", "pydyf==0.10.0",