From 8ead81d6c119d3767264c382b69863e859f0b8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:36:39 +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 cfd1a66..8c39eb0 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]