From 2c06b8c5320b7f6ad40f22fbe689ffa5bef98910 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 22:00:00 +0000 Subject: [PATCH] chore(deps): update dependency yamllint to v1.32.0 (#1144) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yamllint](https://togithub.com/adrienverge/yamllint) | `1.29.0` -> `1.32.0` | [![age](https://badges.renovateapi.com/packages/pypi/yamllint/1.32.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/yamllint/1.32.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/yamllint/1.32.0/compatibility-slim/1.29.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/yamllint/1.32.0/confidence-slim/1.29.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
adrienverge/yamllint (yamllint) ### [`v1.32.0`](https://togithub.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1320-2023-05-22) [Compare Source](https://togithub.com/adrienverge/yamllint/compare/v1.31.0...v1.32.0) - Look for configuration file in parent directories - Rule `anchors`: add new option `forbid-unused-anchors` ### [`v1.31.0`](https://togithub.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1310-2023-04-21) [Compare Source](https://togithub.com/adrienverge/yamllint/compare/v1.30.0...v1.31.0) - Build: migrate from `setup.py` to `pyproject.toml` - Docs: update some outdated URLs - Rule `colons`: prevent error when space before is mandatory ### [`v1.30.0`](https://togithub.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1300-2023-03-22) [Compare Source](https://togithub.com/adrienverge/yamllint/compare/v1.29.0...v1.30.0) - Rule `anchors`: add new rule to detect undeclared or duplicated anchors - Python API: prevent using `is_file_ignored()` with null `filepath` - Docs: fix misleading Python API example - Docs: fix plain text code snippet example - Docs: update pre-commit hook example
--- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "before 07:00" in timezone Etc/UTC. 🚦 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/canonical/charmcraft). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 567d0abcc..8e1f813e5 100644 --- a/tox.ini +++ b/tox.ini @@ -63,7 +63,7 @@ deps = # renovate: datasource=pypi ruff==0.0.261 # renovate: datasource=pypi - yamllint==1.29.0 + yamllint==1.32.0 env_dir = {work_dir}/linting runner = ignore_env_name_mismatch