From 18e3893d12e407571b8d971058b9aa924a28066a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 13:37:28 +0000 Subject: [PATCH] chore(deps-dev): bump types-pyyaml Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20260510 to 6.0.12.20260518. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20260518 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 080e96e316..5d4aabed7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev = [ "pytest-cov==7.1.0", "mypy==2.1.0", "types-pywin32==311.0.0.20260508", - "types-PyYAML==6.0.12.20260510", + "types-PyYAML==6.0.12.20260518", "types-chevron==0.14.2.20260408", "types-psutil==7.2.2.20260508", "types-setuptools==82.0.0.20260508",