From c4f01bff9ee4a41eee828d7c04c0f6bef3d092de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:51:39 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement in /training 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.11...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- training/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/pyproject.toml b/training/pyproject.toml index e22f091..4940058 100644 --- a/training/pyproject.toml +++ b/training/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ dev = [ "pytest>=9.0.2", "ruff>=0.7.0", - "mypy>=1.11.0", + "mypy>=1.20.2", ] [tool.ruff]