From 17d46390f0f8fecdc0973b625517cc8367429cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 16:57:22 +0000 Subject: [PATCH] Bump pyyaml from 6.0.2 to 6.0.3 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pelican/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/requirements.txt b/pelican/requirements.txt index 820d1df0..5f1e0f4b 100644 --- a/pelican/requirements.txt +++ b/pelican/requirements.txt @@ -22,7 +22,7 @@ pelican-sitemap==1.2.2 soupsieve==2.8.3 beautifulsoup4==4.14.3 ezt==1.1 -PyYAML==6.0.2 +PyYAML==6.0.3 certifi==2026.2.25 idna==3.7 charset-normalizer==3.4.6