Skip to content

Commit 2c06b8c

Browse files
chore(deps): update dependency yamllint to v1.32.0 (#1144)
[![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 <details> <summary>adrienverge/yamllint (yamllint)</summary> ### [`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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 044b94f commit 2c06b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ deps =
6363
# renovate: datasource=pypi
6464
ruff==0.0.261
6565
# renovate: datasource=pypi
66-
yamllint==1.29.0
66+
yamllint==1.32.0
6767
env_dir = {work_dir}/linting
6868
runner = ignore_env_name_mismatch
6969

0 commit comments

Comments
 (0)