From 5e2e63d5dc84e5093c7c5f757e1536cf8ecc0b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:38:22 +0000 Subject: [PATCH] Bump mypy from 1.19.1 to 1.20.2 Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 1.20.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f1d2a6..31a0c52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ lint = [ "coverage==7.13.5", "codacy-coverage==1.3.11", "pycodestyle==2.14.0", - "mypy==1.19.1", + "mypy==1.20.2", "pydocstyle==6.1.1", "flake8==7.3.0", "pylint==4.0.5",