From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:40:11 +0000 (+0100) Subject: Bump pre-commit from 2.20.0 to 3.1.1 (#521) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=56c80b4b5428f7d910c2f7314dbc4802fed79bbd;p=music-assistant-server.git Bump pre-commit from 2.20.0 to 3.1.1 (#521) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 3.1.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/v2.20.0...v3.1.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 4a7e739c..38883e30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "pytest==7.2.1", "pytest-aiohttp==1.0.4", "pytest-cov==4.0.0", - "pre-commit==2.20.0" + "pre-commit==3.1.1" ] [project.scripts]