From 3c29c3d9d9737e037c95e5665d77b74e64903746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:58:46 +0000 Subject: [PATCH] build(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.20260408 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 e1d5395..808ea92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dev = [ "httpx>=0.28", "ruff>=0.11", "mypy>=1.15", - "types-pyyaml>=6.0", + "types-pyyaml>=6.0.12.20260408", ] [project.scripts]