From ec5680b12fe90c4a56188f40be48b26c37c1c260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:11:00 +0000 Subject: [PATCH] chore(deps-dev): bump types-pyyaml Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20260518 to 6.0.12.20260724. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20260724 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 aced81538f..3df6196765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev = [ "pytest-cov==7.1.0", "mypy==2.1.0", "types-pywin32==312.0.0.20260609", - "types-PyYAML==6.0.12.20260518", + "types-PyYAML==6.0.12.20260724", "types-chevron==0.14.2.20260408", "types-psutil==7.2.2.20260518", "types-setuptools==82.0.0.20260518",