From 354fa6f45dfdfa0d1e13abde8b924da27ea4e066 Mon Sep 17 00:00:00 2001 From: Abram Booth Date: Fri, 28 Jul 2023 15:12:43 -0400 Subject: [PATCH] fix: upgrade pyyaml to 6.0.1 to avoid build error see https://github.com/yaml/pyyaml/issues/601 and https://github.com/yaml/pyyaml/pull/702 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab0940f9803..84747393ec6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ citeproc-py==0.4.0 boto3==1.4.7 django-waffle==2.4.1 pymongo==3.7.1 -PyYAML==6.0 +PyYAML==6.0.1 tqdm==4.28.1 # Python markdown extensions for comment emails git+https://github.com/Johnetordoff/mdx_del_ins.git@django-3