From 6d350ceebb97d364fa676a410311161947781e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 03:46:55 +0000 Subject: [PATCH] Update mypy requirement from ~1.11 to ~1.12 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.11...v1.12.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 9e3d0b7cc..e9ec07743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "~2.32" deepl = "^1.2.1" [tool.poetry.dev-dependencies] -mypy = "~1.11" +mypy = "~1.12" pre-commit = "~4.0" pylint = "~3.2" pytest = "~8.3"