From f7627c9ab76ebfdf92900d1a64a63c0eeadd143c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:35:32 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement in /skill 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.20.2...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- skill/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skill/pyproject.toml b/skill/pyproject.toml index 8422feb..faa66f8 100644 --- a/skill/pyproject.toml +++ b/skill/pyproject.toml @@ -21,7 +21,7 @@ eval = [ ] lint = [ "ruff>=0.15.21", - "mypy>=1.20.2", + "mypy>=2.3.0", ] [tool.ruff]