From b543d323d1fe86e63cc9cd131cee6693ac32fd45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:35:57 +0000 Subject: [PATCH] Update mypy requirement from ==0.910 to ==1.8.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/v0.910...v1.8.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 af01a73..82ee2ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ coverage = ">=4.4" jsonpickle = ">1.4.1" pytest-cov = ">=2.4.0" pytest-mypy = "==0.10.3" -mypy = "==0.910" +mypy = "==1.8.0" [tool.poetry.group.contract-tests]