From 559e54d192d10de841c67ba1de09c565c57f717f Mon Sep 17 00:00:00 2001
From: Fernandez Ludovic <ldez@users.noreply.github.com>
Date: Wed, 19 Jul 2023 21:33:24 +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
-- 
GitLab