From a62c8ad8b6ef590dec0223c80603bba8a3dd07b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:00:19 +0000 Subject: [PATCH] chore(deps): Update pyyaml requirement in /mcp-instructions-server Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production ... 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..f2b1043 100644 --- a/mcp-instructions-server/pyproject.toml +++ b/mcp-instructions-server/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=1.2.0", - "pyyaml>=6.0", + "pyyaml>=6.0.3", ] [project.optional-dependencies]