From 2a45ca743a47040fa9d73c953b429e271ad1acb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:42:41 +0000 Subject: [PATCH] :arrow_up: 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.11.2...v1.17.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 171792b..8dc60d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ docs = [ dev = [ "pytest>=8.3.2,<8.5.0", "pre-commit>=3.8,<4.3", - "mypy>=1.11.2,<1.17.0", + "mypy>=1.11.2,<1.18.0", "ruff>=0.6.5,<0.12.0", "tox>=4.18.1,<4.27.0" ]