From 3c43f417000e30dda4348c5ad37441ec4dd0e2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:01:45 +0000 Subject: [PATCH] Bump mypy from 1.15.0 to 1.18.2 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production 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 2849be5..dc5ad24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "flake8==7.2.0", "flake8-bugbear==24.12.12", "flit==3.12.0", - "mypy==1.15.0", + "mypy==1.18.2", "ufmt==2.8.0", "usort==1.0.8.post1", ]