From affb15428067d05b293b0f6029683a740e4e40fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:27:31 +0000 Subject: [PATCH] fix:(deps): update mypy requirement from <1.12,>=0.971 to >=0.971,<1.13 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.971...v1.12.1) --- 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 421cdbfd..d755942b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "myst-parser>=0.18.0", "flake8>=6.0.0", "docformatter>=1.4.0,<1.7.6", - "mypy>=0.971,<1.12", + "mypy>=0.971,<1.13", "pytest-xdist>=3.0.2", "pre-commit>=2.20.0,<4.1.0", ]