From da0d9db113201e538316eaf3bfc4383ee881002c Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sun, 15 Oct 2023 16:01:23 +0100 Subject: [PATCH] downgrade pyyaml 5.4.1 -> 5.3.1 (workaround) https://github.com/yaml/pyyaml/issues/601 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a0fa6b..e78423c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ oyaml==1.0 pypandoc==1.5 python-frontmatter==1.0.0 python-magic==0.4.24 -PyYAML==5.4.1 +PyYAML==5.3.1 regex==2021.11.10 soupsieve==2.2.1