From 2d8d954eb49c4767bfb695b8bbd24ca1728464a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:52:45 +0000 Subject: [PATCH] Chore(deps-dev): Update mypy requirement from <2.3 to <2.4 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/v0.1.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce5752e..54be65e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dependencies = [ ] optional-dependencies.develop = [ "munch<5", - "mypy<2.3", + "mypy<2.4", "poethepoet<1", "pyproject-fmt<3", "ruff<0.16",