From 82c75ed4ae20b77be4f6f5b741947c2dc03d38dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 16:25:23 +0200 Subject: [PATCH] build(deps-dev): bump types-pyyaml (#1073) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d362eef..1e3b6d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ "pandas-stubs==3.0.0.260204", # for mypy "tokenize-rt==6.2.0", # for mypy "types-docutils==0.22.3.20260518", # for mypy - "types-PyYaml==6.0.12.20260510", # for mypy + "types-PyYaml==6.0.12.20260518", # for mypy "commitizen==4.16.2", "deprecated==1.3.1", # for commitizen