From 7b0a6b5fa8ee773fb572971c06e09c07aafc787d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 19:57:04 +0000 Subject: [PATCH] Update mypy requirement from 1.8.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/v1.8.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 c07b468..fa776ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ typing-extensions = ">= 4.10.0" ruff = "0.2.2" [tool.poetry.group.check.dependencies] -mypy = "1.8.0" +mypy = "1.10.0" [tool.poetry.group.check.dependencies.pre-commit] version = "3.6.2"