Commit Diff
- Commit:
dd0faf821d0a26b9c9188817e4f34ab9bda171ee
- From:
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
- Message:
- Bump mypy from 1.12.1 to 1.13.0 Bumps [mypy](https://github.com/python/mypy) from 1.12.1 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... 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.7.0", - "mypy==1.12.1" + "mypy==1.13.0" ] [project.scripts]