From 54c766bfffdb95f59f9256a7ea88a36cf5cea340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 19:11:30 +0000 Subject: [PATCH] Update mypy requirement from <1.16,>=1.0 to >=1.0,<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/v1.0.0...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 f9a0893..47d44e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ Changelog = "https://github.com/allenai/flexolmo/blob/main/CHANGELOG.md" [project.optional-dependencies] dev = [ "ruff", - "mypy>=1.0,<1.16", + "mypy>=1.0,<1.18", "black>=23.1,<26.0", "isort>=5.12,<6.1", "pytest",