This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [ansible/ansible-lint](https://github.com/ansible/ansible-lint) | action | minor | `v26.1.1` -> `v26.2.0` |
---
### Release Notes
<details>
<summary>ansible/ansible-lint (ansible/ansible-lint)</summary>
### [`v26.2.0`](https://github.com/ansible/ansible-lint/releases/tag/v26.2.0)
[Compare Source](https://github.com/ansible/ansible-lint/compare/v26.1.1...v26.2.0)
#### Features
- feat: complexity\[tasks] for task and handler files ([#​4799](https://github.com/ansible/ansible-lint/issues/4799)) [@​ARYPROGRAMMER](https://github.com/ARYPROGRAMMER)
- feat: adding new argument\_spec rule and tests ([#​4968](https://github.com/ansible/ansible-lint/issues/4968)) [@​djdanielsson](https://github.com/djdanielsson)
- feat: allow users to opt into rules while still using profiles ([#​4974](https://github.com/ansible/ansible-lint/issues/4974)) [@​djdanielsson](https://github.com/djdanielsson)
- feat: use uv for installation and add override\_version input ([#​4703](https://github.com/ansible/ansible-lint/issues/4703)) ([#​4933](https://github.com/ansible/ansible-lint/issues/4933)) [@​Jkhall81](https://github.com/Jkhall81)
#### Fixes
- fix: no-free-form transform parsing ([#​4942](https://github.com/ansible/ansible-lint/issues/4942)) [@​Edition-X](https://github.com/Edition-X)
- fix: make ansible-lint work with AWS CodeBuild Lambda ([#​4972](https://github.com/ansible/ansible-lint/issues/4972)) [@​GElkayam](https://github.com/GElkayam)
- fix: skip\_list with sub-rules no longer skips entire rule ([#​4955](https://github.com/ansible/ansible-lint/issues/4955)) [@​emmanuel-ferdman](https://github.com/emmanuel-ferdman)
- fix: update pre-commit hook to support Python 3.14 ([#​4959](https://github.com/ansible/ansible-lint/issues/4959)) [@​dmzoneill](https://github.com/dmzoneill)
- fix: respect custom yamllint config ([#​4758](https://github.com/ansible/ansible-lint/issues/4758)) [@​dbrennand](https://github.com/dbrennand)
- fix: use pip instead of uv when setup\_python is false ([#​4941](https://github.com/ansible/ansible-lint/issues/4941)) [@​Jkhall81](https://github.com/Jkhall81)
- fix: resolved issue with uv installing python ([#​4940](https://github.com/ansible/ansible-lint/issues/4940)) [@​Jkhall81](https://github.com/Jkhall81)
- fix: restore correct mapping indentation after anchors ([#​4935](https://github.com/ansible/ansible-lint/issues/4935)) ([#​4936](https://github.com/ansible/ansible-lint/issues/4936)) [@​Jkhall81](https://github.com/Jkhall81)
- fix: schema/meta support SLES 15SP7 and 16 ([#​4938](https://github.com/ansible/ansible-lint/issues/4938)) [@​Klaas-](https://github.com/Klaas-)
- Bump actions/checkout in README ([#​4934](https://github.com/ansible/ansible-lint/issues/4934)) [@​jaap3](https://github.com/jaap3)
- fix: resolve path resolution for imported tasks in global tasks direc… ([#​4926](https://github.com/ansible/ansible-lint/issues/4926)) [@​Jkhall81](https://github.com/Jkhall81)
#### Maintenance
- chore: remove use of pytest-sugar ([#​4977](https://github.com/ansible/ansible-lint/issues/4977)) [@​ssbarnea](https://github.com/ssbarnea)
- chore: update test deps ([#​4976](https://github.com/ansible/ansible-lint/issues/4976)) [@​ssbarnea](https://github.com/ssbarnea)
- chore: remove use of pytest-plus ([#​4975](https://github.com/ansible/ansible-lint/issues/4975)) [@​ssbarnea](https://github.com/ssbarnea)
- chore: pre-commit autoupdate ([#​4948](https://github.com/ansible/ansible-lint/issues/4948)) @​[pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci)
- chore(deps): bump ajv from 8.10.0 to 8.18.0 in /test/schemas ([#​4970](https://github.com/ansible/ansible-lint/issues/4970)) @​[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump cryptography from 46.0.4 to 46.0.5 in /.config ([#​4962](https://github.com/ansible/ansible-lint/issues/4962)) @​[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump pillow from 12.1.0 to 12.1.1 ([#​4964](https://github.com/ansible/ansible-lint/issues/4964)) @​[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump cryptography from 46.0.4 to 46.0.5 ([#​4963](https://github.com/ansible/ansible-lint/issues/4963)) @​[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore: fix mypy failures plus extra ([#​4954](https://github.com/ansible/ansible-lint/issues/4954)) [@​ssbarnea](https://github.com/ssbarnea)
- chore(deps): update all dependencies ([#​4937](https://github.com/ansible/ansible-lint/issues/4937)) @​[renovate\[bot\]](https://github.com/apps/renovate)
- chore(deps): update all dependencies ([#​4932](https://github.com/ansible/ansible-lint/issues/4932)) @​[renovate\[bot\]](https://github.com/apps/renovate)
- chore(deps): update all dependencies ([#​4931](https://github.com/ansible/ansible-lint/issues/4931)) @​[renovate\[bot\]](https://github.com/apps/renovate)
- chore(deps): update all dependencies ([#​4930](https://github.com/ansible/ansible-lint/issues/4930)) @​[renovate\[bot\]](https://github.com/apps/renovate)
- chore(deps): update all dependencies ([#​4929](https://github.com/ansible/ansible-lint/issues/4929)) @​[renovate\[bot\]](https://github.com/apps/renovate)
- chore(deps): update all dependencies ([#​4928](https://github.com/ansible/ansible-lint/issues/4928)) @​[renovate\[bot\]](https://github.com/apps/renovate)
</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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iXX0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v26.1.1->v26.2.0Release Notes
ansible/ansible-lint (ansible/ansible-lint)
v26.2.0Compare Source
Features
Fixes
Maintenance
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.
This PR has been generated by Renovate Bot.