From 0d26627c66cc780cb98db29556b6452f233cd2f8 Mon Sep 17 00:00:00 2001 From: bosdaring <80306378+bosdaring@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:17:03 +0700 Subject: [PATCH] build: bump pyyaml (#19331) * Cython and PyYAML compatible version for rhel based os * chore: dont pin cython Co-authored-by: Ankush Menat [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66fef2160a..69b50f52c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "PyPDF2~=2.1.0", "PyPika~=0.48.9", "PyQRCode~=1.2.1", - "PyYAML~=5.4.1", + "PyYAML~=6.0", "RestrictedPython~=6.0", "WeasyPrint==52.5", "Werkzeug~=2.2.2",