chore(deps): update dependency ansible-lint to v26.9.0 #30

Open
renovate wants to merge 1 commits from renovate/ansible-lint-26.x into master
Member

This PR contains the following updates:

Package Change Age Confidence
ansible-lint (changelog) 26.8.0 → 26.9.0 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ansible/ansible-lint (ansible-lint)

v26.9.0

Compare Source

Features

Fixes

Performance

Maintenance

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/ansible-lint/compare/v26.8.0...v26.9.0


Configuration

📅 Schedule: (UTC)

  • 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 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ansible-lint](https://github.com/ansible/ansible-lint) ([changelog](https://github.com/ansible/ansible-lint/releases)) | `26.8.0` → `26.9.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ansible-lint/26.9.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ansible-lint/26.8.0/26.9.0?slim=true) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible-lint)</summary> ### [`v26.9.0`](https://github.com/ansible/ansible-lint/releases/tag/v26.9.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v26.8.0...v26.9.0) #### Features - feat: support `example` section in file `meta/argument_specs.yml` ([#&#8203;5164](https://github.com/ansible/ansible-lint/issues/5164)) [@&#8203;berndfinger](https://github.com/berndfinger) #### Fixes - fix: resolve short mock modules during syntax check ([#&#8203;5149](https://github.com/ansible/ansible-lint/issues/5149)) [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) - fix: propagate `extra_vars` to `import_playbook` syntax check ([#&#8203;5148](https://github.com/ansible/ansible-lint/issues/5148)) [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) - fix: resolve nested `include_tasks` relative paths ([#&#8203;5159](https://github.com/ansible/ansible-lint/issues/5159)) [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) - fix: resolve `include_tasks` paths from playbook dir ([#&#8203;5184](https://github.com/ansible/ansible-lint/issues/5184)) [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) - fix: apply profile-level skip list during linting ([#&#8203;5151](https://github.com/ansible/ansible-lint/issues/5151)) [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) - fix: honor `warn_list` after `--fix` rewrites task names ([#&#8203;5085](https://github.com/ansible/ansible-lint/issues/5085)) [@&#8203;santosh7676](https://github.com/santosh7676) - fix: mock\_modules clobbering collections and args false positives ([#&#8203;5157](https://github.com/ansible/ansible-lint/issues/5157)) [@&#8203;djdanielsson](https://github.com/djdanielsson) - fix: inject plain-name mock roles path regardless of `--offline` ([#&#8203;5183](https://github.com/ansible/ansible-lint/issues/5183)) [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) - fix: warn users when directory expansion discovers new files ([#&#8203;5158](https://github.com/ansible/ansible-lint/issues/5158)) [@&#8203;rockygeekz](https://github.com/rockygeekz) - fix: skip auto-fix `no-jinja-when` on string-embedded jinja ([#&#8203;5103](https://github.com/ansible/ansible-lint/issues/5103)) [@&#8203;f1047](https://github.com/f1047) - fix: do not warn when Jinja block indent is only trim-marker noise ([#&#8203;5153](https://github.com/ansible/ansible-lint/issues/5153)) [@&#8203;DSeaStar](https://github.com/DSeaStar) - fix: preserve blank lines after flow collections ([#&#8203;5178](https://github.com/ansible/ansible-lint/issues/5178)) [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) - fix: add `validate_argspec` to play schema ([#&#8203;5187](https://github.com/ansible/ansible-lint/issues/5187)) [@&#8203;sameeralam3127](https://github.com/sameeralam3127) - fix: use ThreadPoolExecutor for syntax check workers ([#&#8203;5173](https://github.com/ansible/ansible-lint/issues/5173)) [@&#8203;rockygeekz](https://github.com/rockygeekz) - fix: drop ruamel.yaml.clib ([#&#8203;5163](https://github.com/ansible/ansible-lint/issues/5163)) [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) - fix(deps): upgrade gitpython 3.1.57 to 3.1.59 ([#&#8203;5152](https://github.com/ansible/ansible-lint/issues/5152)) [@&#8203;rockygeekz](https://github.com/rockygeekz) - fix: upgrade black to >=25.2.0 to address CVE-2026-32274 ([#&#8203;5166](https://github.com/ansible/ansible-lint/issues/5166)) [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) - fix: raise cryptography floor and bump js-yaml for Guardian prod vulns ([#&#8203;5174](https://github.com/ansible/ansible-lint/issues/5174)) [@&#8203;rockygeekz](https://github.com/rockygeekz) #### Performance - perf: cache `get_deps_versions()` result ([#&#8203;5113](https://github.com/ansible/ansible-lint/issues/5113)) [@&#8203;BlackDark](https://github.com/BlackDark) #### Maintenance - chore: Add `.github/SECURITY.md` ([#&#8203;5165](https://github.com/ansible/ansible-lint/issues/5165)) [@&#8203;gundalow](https://github.com/gundalow) - chore(deps): update all dependencies and pep621 ([#&#8203;5138](https://github.com/ansible/ansible-lint/issues/5138), [#&#8203;5154](https://github.com/ansible/ansible-lint/issues/5154), [#&#8203;5155](https://github.com/ansible/ansible-lint/issues/5155), [#&#8203;5160](https://github.com/ansible/ansible-lint/issues/5160), [#&#8203;5161](https://github.com/ansible/ansible-lint/issues/5161), [#&#8203;5172](https://github.com/ansible/ansible-lint/issues/5172), [#&#8203;5175](https://github.com/ansible/ansible-lint/issues/5175), [#&#8203;5176](https://github.com/ansible/ansible-lint/issues/5176)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) #### What's Changed - chore(deps): update all dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;5138](https://github.com/ansible/ansible-lint/pull/5138) - fix: resolve short mock modules during syntax check by [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) in [#&#8203;5149](https://github.com/ansible/ansible-lint/pull/5149) - fix(deps): upgrade gitpython 3.1.57 to 3.1.59 by [@&#8203;rockygeekz](https://github.com/rockygeekz) in [#&#8203;5152](https://github.com/ansible/ansible-lint/pull/5152) - chore(deps): update all dependencies pep621 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;5155](https://github.com/ansible/ansible-lint/pull/5155) - fix: propagate extra\_vars to import\_playbook syntax check by [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) in [#&#8203;5148](https://github.com/ansible/ansible-lint/pull/5148) - fix: warn users when directory expansion discovers new files by [@&#8203;rockygeekz](https://github.com/rockygeekz) in [#&#8203;5158](https://github.com/ansible/ansible-lint/pull/5158) - fix: resolve nested include\_tasks relative paths by [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) in [#&#8203;5159](https://github.com/ansible/ansible-lint/pull/5159) - fix: apply profile-level skip list during linting by [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) in [#&#8203;5151](https://github.com/ansible/ansible-lint/pull/5151) - chore(deps): update all dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;5154](https://github.com/ansible/ansible-lint/pull/5154) - chore(deps): update all dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;5160](https://github.com/ansible/ansible-lint/pull/5160) - fix: skip auto-fix no-jinja-when on string-embedded jinja by [@&#8203;f1047](https://github.com/f1047) in [#&#8203;5103](https://github.com/ansible/ansible-lint/pull/5103) - chore(deps): update all dependencies pep621 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;5161](https://github.com/ansible/ansible-lint/pull/5161) - fix: do not warn when Jinja block indent is only trim-marker noise by [@&#8203;DSeaStar](https://github.com/DSeaStar) in [#&#8203;5153](https://github.com/ansible/ansible-lint/pull/5153) - chore: Add .github/SECURITY.md by [@&#8203;gundalow](https://github.com/gundalow) in [#&#8203;5165](https://github.com/ansible/ansible-lint/pull/5165) - fix: upgrade black to >=25.2.0 to address CVE-2026-32274 by [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) in [#&#8203;5166](https://github.com/ansible/ansible-lint/pull/5166) - Fix/drop ruamel yaml clib fresh by [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) in [#&#8203;5163](https://github.com/ansible/ansible-lint/pull/5163) - chore(deps): update all dependencies pep621 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;5172](https://github.com/ansible/ansible-lint/pull/5172) - fix: honor warn\_list after --fix rewrites task names by [@&#8203;santosh7676](https://github.com/santosh7676) in [#&#8203;5085](https://github.com/ansible/ansible-lint/pull/5085) - feat: support 'example' section in file meta/argument\_specs.yml by [@&#8203;berndfinger](https://github.com/berndfinger) in [#&#8203;5164](https://github.com/ansible/ansible-lint/pull/5164) - fix: use ThreadPoolExecutor for syntax check workers by [@&#8203;rockygeekz](https://github.com/rockygeekz) in [#&#8203;5173](https://github.com/ansible/ansible-lint/pull/5173) - fix: mock\_modules clobbering collections and args false positives by [@&#8203;djdanielsson](https://github.com/djdanielsson) in [#&#8203;5157](https://github.com/ansible/ansible-lint/pull/5157) - fix: raise cryptography floor and bump js-yaml for Guardian prod vulns by [@&#8203;rockygeekz](https://github.com/rockygeekz) in [#&#8203;5174](https://github.com/ansible/ansible-lint/pull/5174) - chore(deps): update all dependencies pep621 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;5176](https://github.com/ansible/ansible-lint/pull/5176) - chore(deps): update all dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;5175](https://github.com/ansible/ansible-lint/pull/5175) - fix: preserve blank lines after flow collections by [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) in [#&#8203;5178](https://github.com/ansible/ansible-lint/pull/5178) - perf: cache get\_deps\_versions() result by [@&#8203;BlackDark](https://github.com/BlackDark) in [#&#8203;5113](https://github.com/ansible/ansible-lint/pull/5113) - fix: inject plain-name mock roles path regardless of --offline by [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) in [#&#8203;5183](https://github.com/ansible/ansible-lint/pull/5183) - fix: resolve include\_tasks paths from playbook dir by [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) in [#&#8203;5184](https://github.com/ansible/ansible-lint/pull/5184) - fix: add validate\_argspec to play schema by [@&#8203;sameeralam3127](https://github.com/sameeralam3127) in [#&#8203;5187](https://github.com/ansible/ansible-lint/pull/5187) #### New Contributors - [@&#8203;shvenkat-rh](https://github.com/shvenkat-rh) made their first contribution in [#&#8203;5149](https://github.com/ansible/ansible-lint/pull/5149) - [@&#8203;f1047](https://github.com/f1047) made their first contribution in [#&#8203;5103](https://github.com/ansible/ansible-lint/pull/5103) - [@&#8203;DSeaStar](https://github.com/DSeaStar) made their first contribution in [#&#8203;5153](https://github.com/ansible/ansible-lint/pull/5153) - [@&#8203;berndfinger](https://github.com/berndfinger) made their first contribution in [#&#8203;5164](https://github.com/ansible/ansible-lint/pull/5164) - [@&#8203;BlackDark](https://github.com/BlackDark) made their first contribution in [#&#8203;5113](https://github.com/ansible/ansible-lint/pull/5113) - [@&#8203;sameeralam3127](https://github.com/sameeralam3127) made their first contribution in [#&#8203;5187](https://github.com/ansible/ansible-lint/pull/5187) **Full Changelog**: <https://github.com/ansible/ansible-lint/compare/v26.8.0...v26.9.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQ0LjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2026-09-24 14:01:33 -04:00
chore(deps): update dependency ansible-lint to v26.9.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 15s
PR Checks / build-test (pull_request) Successful in 1m17s
9dc117f5fd
jcabillot was assigned by renovate 2026-09-24 14:01:34 -04:00
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 15s
PR Checks / build-test (pull_request) Successful in 1m17s
This pull request doesn't have enough required approvals yet. 0 of 1 approvals granted from users or teams on the allowlist.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ansible-lint-26.x:renovate/ansible-lint-26.x
git checkout renovate/ansible-lint-26.x
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: perso/ansible-lint#30