From c992d6a6a59042c5482990f6414af46fc4a3d838 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 4 May 2023 18:32:23 +0200 Subject: [PATCH] Update dependency pre-commit to v3.3.1 (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pre-commit](https://github.com/pre-commit/pre-commit) | dev-dependencies | minor | `3.2.2` -> `3.3.1` | --- ### Release Notes
pre-commit/pre-commit ### [`v3.3.1`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#​331---2023-05-02) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v3.3.0...v3.3.1) \================== ##### Fixes - Work around `git` partial clone bug for `autoupdate` on windows. - [#​2866](https://github.com/pre-commit/pre-commit/issues/2866) PR by [@​asottile](https://github.com/asottile). - [#​2865](https://github.com/pre-commit/pre-commit/issues/2865) issue by [@​adehad](https://github.com/adehad). ### [`v3.3.0`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#​330---2023-05-01) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v3.2.2...v3.3.0) \================== ##### Features - Upgrade ruby-build. - [#​2846](https://github.com/pre-commit/pre-commit/issues/2846) PR by [@​jalessio](https://github.com/jalessio). - Use blobless clone for faster autoupdate. - [#​2859](https://github.com/pre-commit/pre-commit/issues/2859) PR by [@​asottile](https://github.com/asottile). - Add `-j` / `--jobs` argument to `autoupdate` for parallel execution. - [#​2863](https://github.com/pre-commit/pre-commit/issues/2863) PR by [@​asottile](https://github.com/asottile). - issue by [@​gaborbernat](https://github.com/gaborbernat).
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Reviewed-on: https://git.goatpr0n.de/public/wpsrt/pulls/6 Co-authored-by: renovate Co-committed-by: renovate --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index ae41a9d..e50a74f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -213,14 +213,14 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2)", "pytest- [[package]] name = "pre-commit" -version = "3.2.2" +version = "3.3.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.2.2-py2.py3-none-any.whl", hash = "sha256:0b4210aea813fe81144e87c5a291f09ea66f199f367fa1df41b55e1d26e1e2b4"}, - {file = "pre_commit-3.2.2.tar.gz", hash = "sha256:5b808fcbda4afbccf6d6633a56663fed35b6c2bc08096fd3d47ce197ac351d9d"}, + {file = "pre_commit-3.3.1-py2.py3-none-any.whl", hash = "sha256:218e9e3f7f7f3271ebc355a15598a4d3893ad9fc7b57fe446db75644543323b9"}, + {file = "pre_commit-3.3.1.tar.gz", hash = "sha256:733f78c9a056cdd169baa6cd4272d51ecfda95346ef8a89bf93712706021b907"}, ] [package.dependencies]