Skip to content

Commit

Permalink
chore(deps): update dependency pre-commit to v3.3.1 (descope#139)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pre-commit](https://togithub.com/pre-commit/pre-commit) | dev | minor
| `3.2.1` -> `3.3.1` |

---

### Release Notes

<details>
<summary>pre-commit/pre-commit</summary>

###
[`v3.3.1`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#&#8203;331---2023-05-02)

[Compare
Source](https://togithub.com/pre-commit/pre-commit/compare/v3.3.0...v3.3.1)

\==================

##### Fixes

-   Work around `git` partial clone bug for `autoupdate` on windows.
- [#&#8203;2866](https://togithub.com/pre-commit/pre-commit/issues/2866)
PR by [@&#8203;asottile](https://togithub.com/asottile).
- [#&#8203;2865](https://togithub.com/pre-commit/pre-commit/issues/2865)
issue by [@&#8203;adehad](https://togithub.com/adehad).

###
[`v3.3.0`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#&#8203;330---2023-05-01)

[Compare
Source](https://togithub.com/pre-commit/pre-commit/compare/v3.2.2...v3.3.0)

\==================

##### Features

-   Upgrade ruby-build.
- [#&#8203;2846](https://togithub.com/pre-commit/pre-commit/issues/2846)
PR by [@&#8203;jalessio](https://togithub.com/jalessio).
-   Use blobless clone for faster autoupdate.
- [#&#8203;2859](https://togithub.com/pre-commit/pre-commit/issues/2859)
PR by [@&#8203;asottile](https://togithub.com/asottile).
-   Add `-j` / `--jobs` argument to `autoupdate` for parallel execution.
- [#&#8203;2863](https://togithub.com/pre-commit/pre-commit/issues/2863)
PR by [@&#8203;asottile](https://togithub.com/asottile).
- issue by [@&#8203;gaborbernat](https://togithub.com/gaborbernat).

###
[`v3.2.2`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#&#8203;322---2023-04-03)

[Compare
Source](https://togithub.com/pre-commit/pre-commit/compare/v3.2.1...v3.2.2)

\==================

##### Fixes

-   Fix support for swift >= 5.8.
- [#&#8203;2836](https://togithub.com/pre-commit/pre-commit/issues/2836)
PR by [@&#8203;edelabar](https://togithub.com/edelabar).
- [#&#8203;2835](https://togithub.com/pre-commit/pre-commit/issues/2835)
issue by
[@&#8203;kgrobelny-intive](https://togithub.com/kgrobelny-intive).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1OS4yIn0=-->

Co-authored-by: Descope <107609351+descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] authored May 17, 2023
1 parent 54fd96f commit 1121438
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ descope = "^1.0.0"
[tool.poetry.group.dev.dependencies]
flake8 = "6.0.0"
black = "23.3.0"
pre-commit = "3.2.1"
pre-commit = "3.3.1"
liccheck = "0.9.0"
isort = "5.12.0"
python-dotenv = "1.0.0"
Expand Down

0 comments on commit 1121438

Please sign in to comment.