From 532e88ee3d441e0d33ec2336eca023d03d2bfec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:10:18 +0000 Subject: [PATCH] Bump mypy from 1.18.2 to 1.19.0 Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 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 0e3d48f..dc7c411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ lint = [ "flake8==7.3.0", "isort==6.1.0; python_version < '3.10'", "isort==7.0.0; python_version > '3.9'", - "mypy==1.18.2", + "mypy==1.19.0", "pylint-per-file-ignores==2.0.3; python_version < '3.10'", "pylint-per-file-ignores==3.1.0; python_version > '3.9'", "pylint==3.3.9; python_version < '3.10'",