From 369b4879021f38f62bb63dbd26bfeacfcdc73c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 03:08:54 +0000 Subject: [PATCH] Update mypy requirement from ~1.5 to ~1.6 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Commits](https://github.com/python/mypy/compare/v1.5.0...v1.6.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 49636bb7a..e224d55f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "~2.31" deepl = "^1.2.1" [tool.poetry.dev-dependencies] -mypy = "~1.5" +mypy = "~1.6" pre-commit = "~3.4" pylint = "~3.0" pytest = "~7.4"