Chore(deps-dev): Bump mypy from 1.19.0 to 1.19.1 (#2897)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 2 Jan 2026 12:25:52 +0000 (13:25 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Jan 2026 12:25:52 +0000 (13:25 +0100)
Bumps [mypy](https://github.com/python/mypy) from 1.19.0 to 1.19.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.19.0...v1.19.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:development
  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 757e52305aeeb80a9ac6cbb95f841708105938cd..a2566275dbc4806d50d99a44f3dfd37c97d01ac4 100644 (file)
@@ -56,7 +56,7 @@ version = "0.0.0"
 [project.optional-dependencies]
 test = [
   "codespell==2.4.1",
-  "mypy==1.19.0",
+  "mypy==1.19.1",
   "pre-commit==4.5.0",
   "pre-commit-hooks==6.0.0",
   "pytest==8.4.2",