From e1322fcae24e3090e5a6dd6217ebc3107eec0ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 18:38:24 +0000 Subject: [PATCH] chore: update mypy requirement from <1.17,>=0.982 to >=0.982,<1.18 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.982...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 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 58da8481..bafc9ae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ twyn = "twyn.cli:entry_point" [dependency-groups] dev = [ "pytest<9.0.0,>=7.1.3", - "mypy<1.17,>=0.982", + "mypy>=0.982,<1.18", "pytest-cov<7,>=4", "ipdb<1.0.0,>=0.13.9", "commitizen<5.0,>=2.38",