Commit Diff
- Commit:
92164dc68dbf321c0e4016c59b0444b7a97a65bc
- From:
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
- Message:
- Bump mypy from 1.12.0 to 1.12.1 Bumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Actions:
- Patch | Tree
--- pyproject.toml +++ pyproject.toml @@ -43,7 +43,7 @@ pgp = ["gpg"] paramiko = ["paramiko"] dev = [ "ruff==0.6.9", - "mypy==1.12.0" + "mypy==1.12.1" ] [project.scripts]