From 05a37f2be839acbff0dfd8f27f82f9daf822490c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 03:13:59 +0000 Subject: [PATCH] Update mypy requirement from ~1.8 to ~1.9 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...1.9.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 5dbc67b96..e643f9e1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "~2.31" deepl = "^1.2.1" [tool.poetry.dev-dependencies] -mypy = "~1.8" +mypy = "~1.9" pre-commit = "~3.6" pylint = "~3.1" pytest = "~8.1"