From 2409047e53317bf18dba99867aed759cb86b8586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:23:19 +0000 Subject: [PATCH] Update mypy requirement from <=2.1.0 to <=2.2.0 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 49e3d96..8475c7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ doc = [ "pandoc<=2.4", "jupyter<=1.1.1", ] -test = ["pytest<=9.1.0", "mypy<=2.1.0", "pytest-cov<=7.1.0"] +test = ["pytest<=9.1.0", "mypy<=2.2.0", "pytest-cov<=7.1.0"] bench = ["pyinstrument<=5.1.1"] dev = ["pre-commit<=4.6.0", "tqecd[test, doc, bench]","ruff<=0.15.4",] all = ["tqecd[test, dev, doc, bench]"]