From 048f2dac3ccfd7cb87392e76a04e28ceabcb32bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:04:18 +0000 Subject: [PATCH] :arrow_up: Update mypy requirement 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.11.2...v1.14.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 8f0bc83..1a2b816 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ docs = [ dev = [ "pytest~=8.3.2", "pre-commit>=3.8,<4.1", - "mypy>=1.11.2,<1.14.0", + "mypy>=1.11.2,<1.15.0", "ruff>=0.6.5,<0.8.0", "tox>=4.18.1,<4.22.0" ]