From e7db93e87554ada7bbf6a50a8753103964ad3ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:11:21 +0000 Subject: [PATCH] Update mypy requirement from 1.9.0 to 1.10.0 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/1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff869c0a..ac057164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pylint = "3.1.0" pytest = "8.1.1" pytest-cov = "5.0.0" coverage = "7.5.0" -mypy = "1.9.0" +mypy = "1.10.0" setuptools = ">65.5.1" sphinx = "7.3.7" sphinx-wagtail-theme = "6.3.0"