From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 12:25:52 +0000 (+0100) Subject: Chore(deps-dev): Bump mypy from 1.19.0 to 1.19.1 (#2897) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=a894c6126a94f66e6ebe75267746af2b131142ba;p=music-assistant-server.git Chore(deps-dev): Bump mypy from 1.19.0 to 1.19.1 (#2897) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 757e5230..a2566275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",