From 3e4ec43ce300189ca92d460af2f6b027284e00fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 23:53:27 +0000 Subject: [PATCH] Update dependency PyYAML to v6.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 700c70d..e679649 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "mdx-foldouts==1.0.0", "python-frontmatter==0.2.1", "pygments==2.4.0", - "PyYAML==6.0", + "PyYAML==6.0.3", "beautifulsoup4==4.11.1", "markdown_urlize==0.2.0", "markupsafe==2.0.1",