From 79978b6f5a9ac07e095b32e95418d62d132f0f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 04:36:31 +0000 Subject: [PATCH] chore(deps-dev): Bump types-pyyaml Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20260508 to 6.0.12.20260510. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20260510 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 ed90382a..d0f52b78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ optional-dependencies.dev = [ "torch>=2.5.1", "torchvision>=0.20.1", "ty==0.0.35", - "types-pyyaml==6.0.12.20260508", + "types-pyyaml==6.0.12.20260510", "vulture==2.16", "vws-python-mock==2026.2.22.3", "vws-test-fixtures==2023.3.5",