From 78face12881bd71296222afb0686c80df34dbe11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 23:07:36 +0000 Subject: [PATCH] deps: update pyyaml requirement from >=6.0 to >=6.0.3 in the docs group Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. Updates `pyyaml` 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...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production dependency-group: docs ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2bc4f20..2646786 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ mkdocs-static-i18n>=1.3.1 # a second language is one file per page, not a f # check_notes.py parses front matter with it. Already present as a transitive # dependency of mkdocs; named here because the script imports it directly and a # transitive dependency is not a promise. -PyYAML>=6.0 +PyYAML>=6.0.3