From b6f01b96c04b50eb5c2e019064ade0447830f594 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 Sep 2024 16:44:56 +0000 Subject: [PATCH] Update dependency pre-commit to v3.8.0 (#18) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pre-commit](https://github.com/pre-commit/pre-commit) | minor | `==3.7.1` -> `==3.8.0` | --- ### Release Notes
pre-commit/pre-commit (pre-commit) ### [`v3.8.0`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#380---2024-07-28) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v3.7.1...v3.8.0) \================== ##### Features - Implement health checks for `language: r` so environments are recreated if the system version of R changes. - [#​3206](https://github.com/pre-commit/pre-commit/issues/3206) issue by [@​lorenzwalthert](https://github.com/lorenzwalthert). - [#​3265](https://github.com/pre-commit/pre-commit/issues/3265) PR by [@​lorenzwalthert](https://github.com/lorenzwalthert).
--- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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). Reviewed-on: https://code.irrsinn.net/Irrsinn.net/public-plex-watchlist/pulls/18 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dac0550..e2f1feb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ detect-secrets==1.5.0 -pre-commit==3.7.1 \ No newline at end of file +pre-commit==3.8.0 \ No newline at end of file