From 662f572b63d71ec0e9c9fe3b2ab356851767384d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 06:34:46 +0000 Subject: [PATCH] Update mypy requirement from <1.5,>=1.0 to >=1.0,<1.10 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...1.9.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 8bf2ebe..25f52b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ Changelog = "https://github.com/allenai/python-package-template/blob/main/CHANGE [project.optional-dependencies] dev = [ "ruff", - "mypy>=1.0,<1.5", + "mypy>=1.0,<1.10", "black>=23.0,<24.0", "isort>=5.12,<5.13", "pytest",