From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:17:32 +0000 (+0200) Subject: Bump pre-commit-hooks from 4.6.0 to 5.0.0 (#1734) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=42c6dfe6d123b6767df17103c9139897e1425913;p=music-assistant-server.git Bump pre-commit-hooks from 4.6.0 to 5.0.0 (#1734) Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 4.6.0 to 5.0.0. - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) --- updated-dependencies: - dependency-name: pre-commit-hooks dependency-type: direct:production update-type: version-update:semver-major ... 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 6ca06b82..9f68f4a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ test = [ "isort==5.13.2", "mypy==1.11.2", "pre-commit==4.0.1", - "pre-commit-hooks==4.6.0", + "pre-commit-hooks==5.0.0", "pytest==8.3.3", "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0",