From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 19:41:16 +0000 (+0200) Subject: Chore(deps): Bump pre-commit from 4.2.0 to 4.3.0 (#2324) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=228c6991d7ce5a602b346bbf1a74ffbfef97049d;p=music-assistant-server.git Chore(deps): Bump pre-commit from 4.2.0 to 4.3.0 (#2324) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.2.0 to 4.3.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.2.0...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production 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 3422f38d..27884f7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "codespell==2.4.1", "isort==6.0.1", "mypy==1.17.0", - "pre-commit==4.2.0", + "pre-commit==4.3.0", "pre-commit-hooks==5.0.0", "pytest==8.4.1", "pytest-aiohttp==1.1.0",