From ebd3adc9c11fd23ba0b44703261d7b3c5abcd4bc Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 20 Jan 2024 00:04:59 +0000 Subject: [PATCH] chore(deps): update dependency ansible-lint to v6.22.2 (#319) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ansible-lint](https://github.com/ansible/ansible-lint) ([changelog](https://github.com/ansible/ansible-lint/releases)) | patch | `==6.22.1` -> `==6.22.2` | --- ### Release Notes
ansible/ansible-lint (ansible-lint) ### [`v6.22.2`](https://github.com/ansible/ansible-lint/releases/tag/v6.22.2) [Compare Source](https://github.com/ansible/ansible-lint/compare/v6.22.1...v6.22.2) #### Bugfixes - Fix key error for name\[casing] rule ([#​3987](https://github.com/ansible/ansible-lint/issues/3987)) [@​ajinkyau](https://github.com/ajinkyau) - Allow dashes in legacy role namespaces ([#​3962](https://github.com/ansible/ansible-lint/issues/3962)) [@​sur5r](https://github.com/sur5r) - Use new ansible-compat verbosity levels ([#​3975](https://github.com/ansible/ansible-lint/issues/3975)) [@​ssbarnea](https://github.com/ssbarnea) - Remove dependency on newer requests library ([#​3959](https://github.com/ansible/ansible-lint/issues/3959)) [@​ssbarnea](https://github.com/ssbarnea) - Ignore set-property for systemd command ([#​3949](https://github.com/ansible/ansible-lint/issues/3949)) [@​alanbbr](https://github.com/alanbbr) - Correct requires_ansible error message ([#​3954](https://github.com/ansible/ansible-lint/issues/3954)) [@​ssbarnea](https://github.com/ssbarnea) - Improve transformation for `no-free-form` rule ([#​3945](https://github.com/ansible/ansible-lint/issues/3945)) [@​ajinkyau](https://github.com/ajinkyau) - Documentation improvement ([#​3946](https://github.com/ansible/ansible-lint/issues/3946)) [@​ssbarnea](https://github.com/ssbarnea) - docs: fix grammatical issue in philosophy Q\&A section ([#​3934](https://github.com/ansible/ansible-lint/issues/3934)) [@​davidhulick](https://github.com/davidhulick) - Update supported versions of ansible ([#​3930](https://github.com/ansible/ansible-lint/issues/3930)) [@​ajinkyau](https://github.com/ajinkyau) - Fix backward compatibility ([#​3929](https://github.com/ansible/ansible-lint/issues/3929)) [@​McSim85](https://github.com/McSim85) - Fix auto capitalization for name\[prefix] rule ([#​3922](https://github.com/ansible/ansible-lint/issues/3922)) [@​ajinkyau](https://github.com/ajinkyau) - Fix role deps check for detecting path names ([#​3923](https://github.com/ansible/ansible-lint/issues/3923)) [@​cavcrosby](https://github.com/cavcrosby) - Avoid warnings about PATH with pipx installations ([#​3920](https://github.com/ansible/ansible-lint/issues/3920)) [@​ssbarnea](https://github.com/ssbarnea)
--- ### Configuration 📅 **Schedule**: 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 becomes conflicted, 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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.home/nrdufour/home-ops/pulls/319 Co-authored-by: Renovate Co-committed-by: Renovate --- ansible/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.txt b/ansible/requirements.txt index eb093f1a..ce6923cc 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -1,3 +1,3 @@ ansible==9.1.0 -ansible-lint==6.22.1 +ansible-lint==6.22.2 jmespath==1.0.1