From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:06:53 +0000 (+0200) Subject: Bump pre-commit-hooks from 4.5.0 to 4.6.0 (#1211) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=fb6278edfd617b08a89a71769ac0c93af254d952;p=music-assistant-server.git Bump pre-commit-hooks from 4.5.0 to 4.6.0 (#1211) Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 4.5.0 to 4.6.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.5.0...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit-hooks 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 ea363cf1..09ab27ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "isort==5.13.2", "mypy==1.9.0", "pre-commit==3.7.0", - "pre-commit-hooks==4.5.0", + "pre-commit-hooks==4.6.0", "pylint==3.1.0", "pytest==8.1.1", "pytest-aiohttp==1.0.5",