From 328b91be082ec2876c2b91b50074a03ffd6a13de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:13:26 +0000 Subject: [PATCH] Update mypy requirement from ~1.10 to ~1.11 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.10.0...v1.11) --- 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 57cc3a5ac..dcf15184c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "~2.32" deepl = "^1.2.1" [tool.poetry.dev-dependencies] -mypy = "~1.10" +mypy = "~1.11" pre-commit = "~3.7" pylint = "~3.2" pytest = "~8.2"