From 8e21a02c28cb867e13af02825b3e56df68a34cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 07:54:56 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement 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.15.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fc97fac2..9fb47fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ docs = [ "furo<2026.0.0", "myst-parser>=1.0.0", - "mypy>=1.15.0,<1.16.0" + "mypy>=1.15.0,<2.4.0" ] [build-system] @@ -155,7 +155,7 @@ python = "3.10" dependencies = [ "vulture>=2.11", "ruff>=0.11.6,<0.16.0", - "mypy>=1.15.0,<1.16.0", + "mypy>=1.15.0,<2.4.0", "typos", "semgrep", "pip-audit",