From f970d69e0a54768548a5022a1162e7d93a7f1abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:38:59 +0000 Subject: [PATCH] Bump mypy from 1.19.1 to 1.20.0 in the qa-tooling group Bumps the qa-tooling group with 1 update: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.19.1 to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: qa-tooling ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77a572ce..653d7578 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ dev = [ "pytest==9.0.2", "pytest-cov==7.1.0", - "mypy==1.19.1", + "mypy==1.20.0", "types-PyYAML==6.0.12.20250915", "types-Deprecated==1.3.1.20260130", "isort==8.0.1",