From f4ca23ffa78568dfbe41e1a9799a7bb0c964ac68 Mon Sep 17 00:00:00 2001 From: Richard Watts Date: Mon, 10 Jun 2024 16:00:26 +0100 Subject: [PATCH] (fix) Use PyYAML 6.0.1 so that requirements will install on Python 3.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5158035..bbab53a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ Pygments==2.15.0 pymdown-extensions==10.0 pyparsing==3.0.9 python-dateutil==2.8.2 -PyYAML==6.0 +PyYAML==6.0.1 pyyaml_env_tag==0.1 requests==2.31.0 six==1.16.0