From 1df81227cf795673ca0621412481c7233f8283d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:26:47 +0000 Subject: [PATCH] Update mypy requirement in /chronosynd-py 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.10.0...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- chronosynd-py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronosynd-py/pyproject.toml b/chronosynd-py/pyproject.toml index d40b8c9..880b95d 100644 --- a/chronosynd-py/pyproject.toml +++ b/chronosynd-py/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "pytest-cov>=5.0,<7.0", "hypothesis>=6.100,<7.0", "ruff>=0.5,<1.0", - "mypy>=1.10,<2.0", + "mypy>=1.10,<3.0", "scipy-stubs>=1.13,<2.0", ] viz = [