From b2a27b26f4b127ab09031d06293b3203c535a60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 04:03:46 +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 1f7a25dc..3602e0ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "interrogate==1.5.0", "isort==5.13.2", "jsonschema==4.23.0", - "mypy==1.15.0", + "mypy==1.18.2", "pandas-stubs==2.2.3.250308", "pre-commit==3.8.0", "pytest==8.3.3",