From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 16:26:12 +0000 (+0200) Subject: Bump pre-commit from 3.2.0 to 3.2.1 (#585) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=229495b3bbee5abe9c7b201335179eb8527ecb0d;p=music-assistant-server.git Bump pre-commit from 3.2.0 to 3.2.1 (#585) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.0 to 3.2.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.2.0...v3.2.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-patch ... 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 457e9d07..8d6003b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ "pytest-asyncio==0.21.0", "pytest-aiohttp==1.0.4", "pytest-cov==4.0.0", - "pre-commit==3.2.0" + "pre-commit==3.2.1" ] [project.scripts]