From a5759c5473e01eb0650926ca6050d627a1893a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CEduardo?= Date: Mon, 30 Oct 2023 11:59:40 +0300 Subject: [PATCH] upgraded Pyyaml to 6.0.1 to fix build issue --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33abc9113..2922aa1c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ Pygments==2.13.0 pymdown-extensions==9.9 pyparsing==3.0.9 python-dateutil==2.8.2 -PyYAML==6.0 +PyYAML==6.0.1 pyyaml_env_tag==0.1 requests==2.28.1 six==1.16.0