From 1878e6f18046ee453386a294cafbc1beb380e1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 23:59:52 +0000 Subject: [PATCH] chore(deps-dev): Update mypy requirement in /mcp-instructions-server Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 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..80eaf91 100644 --- a/mcp-instructions-server/pyproject.toml +++ b/mcp-instructions-server/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ dev = [ "pytest>=8.0", "ruff>=0.8.0", - "mypy>=1.13.0", + "mypy>=1.20.0", "types-PyYAML>=6.0.12.20240917", ]