pip-deps-dev(deps-dev): bump mypy from 1.13.0 to 1.15.0

Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.15.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.15.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-28 09:09:23 +00:00
committed by GitHub
parent 9a016bd6d6
commit e9f18f7a19
2 changed files with 38 additions and 38 deletions

View File

@@ -24,7 +24,7 @@ numpy = ">=2.0.0,<3.0.0"
[tool.poetry.group.dev.dependencies]
ruff = "^0.7.1"
mypy = "^1.13.0"
mypy = "^1.15.0"
pytest = "^8.3.3"
loguru = "^0.7.2"