From 4c2447d66b3fa20d3cfd3e08a984e29616fbe714 Mon Sep 17 00:00:00 2001 From: Alan Christie Date: Thu, 20 Jul 2023 10:12:07 +0100 Subject: [PATCH] build: Relaxed PyYAML (now allowing 5.4.1 to simplify use with jote) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2eadcb..a4a2605 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ jinja2 == 3.0.3 jsonschema >= 3.2.0, < 4.0 -pyyaml >= 6.0.1, < 7.0 +pyyaml >= 5.4.1, < 7.0