From cef1c1640cdde61b3cadbca5bf73785d42348fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:44:31 +0000 Subject: [PATCH] Update mypy requirement from <1.14 to <1.15 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...v1.14.0) --- updated-dependencies: - dependency-name: mypy 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 a0efb6d..e863b3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ datasets = [ ] develop = [ "black[jupyter]<25", - "mypy<1.14", + "mypy<1.15", "poethepoet<0.32", "pyproject-fmt<2.6", "ruff<0.9",