From 20b125acca1bc18e2e958bc40c118133d8997995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:33:17 +0000 Subject: [PATCH] chore(deps-dev): update types-pyyaml requirement Updates the requirements on [types-pyyaml](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20260518 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fe769b..5092245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff>=0.14.10", "mypy>=1.19.1", "pre-commit>=4.5.1", - "types-pyyaml>=6.0.12.20250915", + "types-pyyaml>=6.0.12.20260518", ] test = [ "pytest>=9.0.1",