From f68d5a57651715bea1b866f255a28d7579f34084 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic <ldez@users.noreply.github.com> Date: Wed, 19 Jul 2023 22:01:18 +0200 Subject: [PATCH] chore: fix PyYAML version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b231b623..fe91f0129 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ progress==1.5 Pygments==2.12.0 pymdown-extensions==4.12 pyparsing==2.4.7 -PyYAML==6.0 +PyYAML==6.0.1 requests==2.25.1 retrying==1.3.3 six==1.15.0 -- GitLab