From 098290c40b96c4ad52493bc53c48df39d004f782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:49:12 +0000 Subject: [PATCH] build(deps-dev): bump types-pyyaml Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20250915 to 6.0.12.20260408. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20260408 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07d881a2..50f76902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dev-mypy = [ "mypy == 1.20.0", "types-setuptools >= 67.6.0, < 83", # Should match the api dependency "types-Markdown == 3.10.2.20260211", - "types-PyYAML == 6.0.12.20250915", + "types-PyYAML == 6.0.12.20260408", "types-babel == 2.11.0.15", "types-colorama == 0.4.15.20250801", # For checking the noxfile, docs/ script, and tests