From 6c354e2ef3ec276d624553e29adb705c9d9f33ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 13:27:00 +0200 Subject: [PATCH] chore(deps-dev): update mypy requirement from 1.11.2 to 1.12.0 (#143) 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.2...v1.12.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59671fe..4d04b0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ defusedxml = "^0.7.1" tox = "4.11.4" coverage = "7.6.1" xmldiff = "2.7.0" -mypy = "1.11.2" +mypy = "1.12.0" autopep8 = "2.3.1" isort = "5.13.2" flake8 = { version="7.1.1", python=">=3.8.1" }