From 7d66f439eb0fe4675e35ec3153f5540142ad30f5 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Wed, 19 Jul 2023 21:39:14 +0200 Subject: [PATCH] chore: fix PyYAML version --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3c638f98c..8274f4d68 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -32,7 +32,7 @@ Pygments==2.11.2 pymdown-extensions==7.0 pyparsing==2.4.7 python-dateutil==2.8.2 -PyYAML==6.0 +PyYAML==6.0.1 pyyaml-env-tag==0.1 requests==2.25.1 retrying==1.3.3