From 2f015e79ca39ef1b52802185650fe8c199d425f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 04:53:23 +0000 Subject: [PATCH] build(deps): bump types-pyyaml from 6.0.12.20240917 to 6.0.12.20250822 Bumps [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) from 6.0.12.20240917 to 6.0.12.20250822. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20250822 dependency-type: direct:production 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 033171287..f81b2c3a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -181,5 +181,5 @@ mypy = [ "mypy-zope==1.0.9", "mypy==1.13.0", "types-pymysql==1.1.0.20240524", - "types-pyyaml==6.0.12.20240917", + "types-pyyaml==6.0.12.20250822", ]