From 9e9bd585ff19eec6e12061035c5e95f2165ba46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:57:38 +0000 Subject: [PATCH] Bump mypy from 1.15.0 to 1.16.0 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 17cb0463ae5..8d16cb5ef5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ docs = [ ] lint = [ "ruff==0.11.12", - "mypy==1.15.0", + "mypy==1.16.0", "sphinx-lint>=0.9", "types-colorama==0.4.15.20240311", "types-defusedxml==0.7.0.20250516", @@ -157,7 +157,7 @@ translations = [ "Jinja2>=3.1", ] types = [ - "mypy==1.15.0", + "mypy==1.16.0", "pyrefly", "pyright==1.1.400", { include-group = "type-stubs" },