From 2b83403059b839267dfb9edac106dae95be64d31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:52:55 +0000 Subject: [PATCH] build(deps): bump pyyaml from 6.0.2 to 6.0.3 in /_package 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] --- _package/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_package/pyproject.toml b/_package/pyproject.toml index 8755223bf..71f2c206d 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -45,7 +45,7 @@ doc = [ "pydata_sphinx_theme==0.16.1", "pypandoc==1.15", "pytest-sphinx==0.6.3", - "pyyaml==6.0.2", + "pyyaml==6.0.3", "sphinx-autobuild==2024.10.3", "sphinx-autodoc-typehints==3.2.0", "sphinx-copybutton==0.5.2",