From 461023bfaef9f2b17b847dd71e3c7ea6b66373de Mon Sep 17 00:00:00 2001 From: Dwayne Forde Date: Wed, 14 Feb 2024 20:57:27 -0500 Subject: [PATCH] bumps PyYaml to 6.0.1 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4e93c0dc2..b611760d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ Pygments==2.13.0 pymdown-extensions==9.6 pyparsing==3.0.9 python-dateutil==2.8.2 -PyYAML==6.0 +PyYAML==6.0.1 pyyaml-env-tag==0.1 requests==2.28.1 six==1.16.0 @@ -28,4 +28,4 @@ urllib3==1.26.12 watchdog==2.1.9 wcmatch==8.4.1 zipp==3.9.0 -git+https://github.com/Andre601/mkdocs-pagenav-generator \ No newline at end of file +git+https://github.com/Andre601/mkdocs-pagenav-generator