From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:42:28 +0000 (+0200) Subject: Bump pre-commit from 3.8.0 to 4.0.1 (#1738) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=16ad3f1f9d2b233cf7d31c10e88d7ff9f682ef10;p=music-assistant-server.git Bump pre-commit from 3.8.0 to 4.0.1 (#1738) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.8.0 to 4.0.1. - [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/v3.8.0...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit 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 429a2f9f..a508a1a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ test = [ "codespell==2.3.0", "isort==5.13.2", "mypy==1.11.2", - "pre-commit==3.8.0", + "pre-commit==4.0.1", "pre-commit-hooks==4.6.0", "pytest==8.3.3", "pytest-aiohttp==1.0.5",