Chore(deps): Bump mypy from 1.18.1 to 1.18.2 (#2417)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 23 Sep 2025 14:00:22 +0000 (16:00 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Sep 2025 14:00:22 +0000 (16:00 +0200)
Bumps [mypy](https://github.com/python/mypy) from 1.18.1 to 1.18.2.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.18.1...v1.18.2)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 7b24c358cb3c8e2cc8ad1fc78ac89041c0b81dea..77a9fe07a5b4b2a3d89d2a67e80e36bf6da92eff 100644 (file)
@@ -49,7 +49,7 @@ version = "0.0.0"
 test = [
   "codespell==2.4.1",
   "isort==6.0.1",
-  "mypy==1.18.1",
+  "mypy==1.18.2",
   "pre-commit==4.3.0",
   "pre-commit-hooks==6.0.0",
   "pytest==8.4.2",