chore(deps): update pre-commit hook adamchainz/django-upgrade to v1.22.2 (#3119)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [adamchainz/django-upgrade](https://redirect.github.com/adamchainz/django-upgrade) | repository | patch | `1.22.1` -> `1.22.2` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>adamchainz/django-upgrade (adamchainz/django-upgrade)</summary> ### [`v1.22.2`](https://redirect.github.com/adamchainz/django-upgrade/blob/HEAD/CHANGELOG.rst#1222-2024-12-02) [Compare Source](https://redirect.github.com/adamchainz/django-upgrade/compare/1.22.1...1.22.2) - Make these fixers work when `django.contrib.gis.db.models` is used to import objects from `django.db.models`: - `check_constraint_condition` - `index_together` `Issue #​513 <https://github.com/adamchainz/django-upgrade/issues/513>`\__. </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/libretime/libretime). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c0bb7df0ed
commit
3be4bd7da1
|
@ -42,7 +42,7 @@ repos:
|
|||
args: [--py38-plus]
|
||||
|
||||
- repo: https://github.com/adamchainz/django-upgrade
|
||||
rev: 1.22.1
|
||||
rev: 1.22.2
|
||||
hooks:
|
||||
- id: django-upgrade
|
||||
args: [--target-version, "4.2"]
|
||||
|
|
Loading…
Reference in New Issue