From b2240532c789dd96c81a37bda04c4679a423f210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:38:44 +0000 Subject: [PATCH] Update mypy requirement from ~1.9 to ~1.10 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 6200e9cf2..30362cf1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "~2.31" deepl = "^1.2.1" [tool.poetry.dev-dependencies] -mypy = "~1.9" +mypy = "~1.10" pre-commit = "~3.7" pylint = "~3.1" pytest = "~8.2"