From 43decb9ab735766cf081819d6eb2062a2ee0102e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:58:06 +0000 Subject: [PATCH] build(deps-dev): 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 8d82061..c8efb27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ mergify = "mergify_cli.cli:main" [dependency-groups] dev = [ - "mypy==1.18.2", + "mypy==1.19.0", "mypy-extensions==1.1.0", "ruff==0.14.9", "pytest==9.0.2",