From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 18:15:21 +0000 (+0100) Subject: Chore(deps-dev): Bump pre-commit from 4.3.0 to 4.5.0 (#2723) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=b1230d983afb1e47f3025397307ddb5703e23fce;p=music-assistant-server.git Chore(deps-dev): Bump pre-commit from 4.3.0 to 4.5.0 (#2723) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.3.0 to 4.5.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.3.0...v4.5.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 3781a0e3..e0eb2e60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ version = "0.0.0" test = [ "codespell==2.4.1", "mypy==1.18.2", - "pre-commit==4.3.0", + "pre-commit==4.5.0", "pre-commit-hooks==6.0.0", "pytest==8.4.2", "pytest-aiohttp==1.1.0",