Update dependency yamllint to v1.37.1 #12

Open
renovate wants to merge 1 commit from renovate/yamllint-1.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
yamllint 1.35.1 -> 1.37.1 age confidence

Release Notes

adrienverge/yamllint (yamllint)

v1.37.1

Compare Source

  • Rule comments: tell how many spaces are expected
  • Rule quoted-strings: Fix only-when-needed on multiline with backslash
  • Config: Report if rules is not a dict
  • Fix test_codec_built_in_equivalent() test when run with pytest
  • CI: Fix TestPyPI "dev0" versions for master commits on tags
  • Docs: Add links to GitHub repository and releases
  • Docs: Fix GitLab integration example
  • Docs: Fix GitLab integration link
  • Fix the tests badge link on the README

v1.37.0

Compare Source

  • Automatically detect Unicode character encoding of files
  • Publish pushes to master branch to TestPyPI

v1.36.2

Compare Source

  • Build: Restore missing documentation and tests in sdist

v1.36.1

Compare Source

  • Publish PyPI releases using GitHub Actions workflows

v1.36.0

Compare Source

  • Add support for Python 3.13, drop support for Python 3.8
  • Rule key-ordering: add ignored-keys option
  • Rule quoted-strings: fix only-when-needed and escaped special chars
  • Fix TTY-related tests on Python 3.14
  • Docs: fix import of yamllint.config rather than yamllint

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.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [yamllint](https://github.com/adrienverge/yamllint) | `1.35.1` -> `1.37.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/yamllint/1.37.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/yamllint/1.35.1/1.37.1?slim=true) | --- ### Release Notes <details> <summary>adrienverge/yamllint (yamllint)</summary> ### [`v1.37.1`](https://github.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1371-2025-05-04) [Compare Source](https://github.com/adrienverge/yamllint/compare/v1.37.0...v1.37.1) - Rule `comments`: tell how many spaces are expected - Rule `quoted-strings`: Fix `only-when-needed` on multiline with backslash - Config: Report if `rules` is not a dict - Fix `test_codec_built_in_equivalent()` test when run with pytest - CI: Fix TestPyPI "dev0" versions for master commits on tags - Docs: Add links to GitHub repository and releases - Docs: Fix GitLab integration example - Docs: Fix GitLab integration link - Fix the tests badge link on the README ### [`v1.37.0`](https://github.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1370-2025-03-23) [Compare Source](https://github.com/adrienverge/yamllint/compare/v1.36.2...v1.37.0) - Automatically detect Unicode character encoding of files - Publish pushes to master branch to TestPyPI ### [`v1.36.2`](https://github.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1362-2025-03-17) [Compare Source](https://github.com/adrienverge/yamllint/compare/v1.36.1...v1.36.2) - Build: Restore missing documentation and tests in sdist ### [`v1.36.1`](https://github.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1361-2025-03-15) [Compare Source](https://github.com/adrienverge/yamllint/compare/v1.36.0...v1.36.1) - Publish PyPI releases using GitHub Actions workflows ### [`v1.36.0`](https://github.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1360-2025-03-11) [Compare Source](https://github.com/adrienverge/yamllint/compare/v1.35.1...v1.36.0) - Add support for Python 3.13, drop support for Python 3.8 - Rule `key-ordering`: add `ignored-keys` option - Rule `quoted-strings`: fix `only-when-needed` and escaped special chars - Fix TTY-related tests on Python 3.14 - Docs: fix import of `yamllint.config` rather than `yamllint` </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS40IiwidXBkYXRlZEluVmVyIjoiNDIuMzkuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2025-12-10 14:01:02 +11:00
kernald was assigned by renovate 2025-12-10 14:01:03 +11:00
This pull request can be merged automatically.
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/yamllint-1.x:renovate/yamllint-1.x
git checkout renovate/yamllint-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/yamllint-1.x
git checkout renovate/yamllint-1.x
git rebase main
git checkout main
git merge --ff-only renovate/yamllint-1.x
git checkout renovate/yamllint-1.x
git rebase main
git checkout main
git merge --no-ff renovate/yamllint-1.x
git checkout main
git merge --squash renovate/yamllint-1.x
git checkout main
git merge --ff-only renovate/yamllint-1.x
git checkout main
git merge renovate/yamllint-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kernald/containers#12
No description provided.