From de054d33073b45065dcbcf2bdb9d62a456efcc87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:00:00 +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.20260408 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- mcp-instructions-server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp-instructions-server/pyproject.toml b/mcp-instructions-server/pyproject.toml index 78511bc..0eed1ba 100644 --- a/mcp-instructions-server/pyproject.toml +++ b/mcp-instructions-server/pyproject.toml @@ -18,7 +18,7 @@ dev = [ "pytest>=8.0", "ruff>=0.8.0", "mypy>=1.13.0", - "types-PyYAML>=6.0.12.20240917", + "types-PyYAML>=6.0.12.20260408", ] [project.scripts]