From 9e8318899ccfc539807e0d899c4c3029f6b936ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:43:01 +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 2710c0ce5..8343cdf80 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",