From 6bba4a94d22b4748325c95df046661b3e91ac208 Mon Sep 17 00:00:00 2001 From: "Pierrick Brun (Akretion)" Date: Thu, 17 Aug 2023 10:53:35 +0200 Subject: [PATCH] Update requirement.txt Fix for https://github.com/yaml/pyyaml/issues/724 --- requirement.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirement.txt b/requirement.txt index 461045d..8658980 100644 --- a/requirement.txt +++ b/requirement.txt @@ -1,5 +1,5 @@ plumbum >= 1.6.7 git-aggregator >= 1.6.0 kaptan >= 0.5.12 -PyYAML >= 5.1 +PyYAML >= 5.1, < 5.4 requests