From 1102b9f3c4b253f92bda91a34c2d5236fa0079a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 04:52:38 +0000 Subject: [PATCH] Chore(deps-dev): Update mypy requirement from <2.2 to <2.3 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.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.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 8bd9a7a..ce5752e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dependencies = [ ] optional-dependencies.develop = [ "munch<5", - "mypy<2.2", + "mypy<2.3", "poethepoet<1", "pyproject-fmt<3", "ruff<0.16",