From 7db44b05a67656694756f4847df8c86c89c8c2d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:36:51 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 1.19.1 to 1.20.0 in the minor group Bumps the minor group with 1 update: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.19.1 to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f247429..f19f80a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ dev-mkdocs = [ "mkdocstrings-python == 2.0.3", ] dev-mypy = [ - "mypy == 1.19.1", + "mypy == 1.20.0", "types-setuptools >= 67.6.0, < 83", # Should match the api dependency "types-Markdown == 3.10.2.20260211", "types-PyYAML == 6.0.12.20250915",