[PR #1733] [MERGED] deps(book): update yamllint requirement from >=1.35.0 to >=1.37.1 #34535

Closed
opened 2026-07-14 19:17:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1733
Author: @dependabot[bot]
Created: 5/11/2026
Status: Merged
Merged: 5/12/2026
Merged by: @profvjreddi

Base: devHead: dependabot/pip/dev/yamllint-gte-1.37.1


📝 Commits (1)

  • 310f4d6 deps(book): update yamllint requirement from >=1.35.0 to >=1.37.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 book/tools/dependencies/requirements.txt (+1 -1)

📄 Description

Updates the requirements on yamllint to permit the latest version.

Changelog

Sourced from yamllint's changelog.

1.37.1 (2025-05-04)

  • 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

1.37.0 (2025-03-23)

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

1.36.2 (2025-03-17)

  • Build: Restore missing documentation and tests in sdist

1.36.1 (2025-03-15)

  • Publish PyPI releases using GitHub Actions workflows

1.36.0 (2025-03-11)

  • 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

1.35.1 (2024-02-16)

  • Restore ignoration of files passed as command-line arguments
  • Revert API change from version 1.35.0

1.35.0 (2024-02-15)

  • Fix failure on broken symlinks that should be ignored
  • API change: linter.run(stream, config) doesn't filter files anymore
  • Docs: Restore official Read the Docs theme

... (truncated)

Commits
  • 79a6b2b yamllint version 1.37.1
  • b6fe397 config: Report if 'rules' is not a dict
  • 2ec2d7a docs: Fix GitLab integration link
  • 1a6542c quoted-strings: Fix only-when-needed on multiline with backslash
  • 2d10aaa docs: Fix GitLab integration example
  • 263fb88 README: Fix the tests badge link
  • a942f5c Rename tests.common.test_codec_built_in_equivalent()
  • 639a7c6 comments: Tell how many spaces are expected in 'min-spaces-from-content'
  • 0f2fbb0 docs: Add links to GitHub repository and releases
  • bce26d6 CI: Fix TestPyPI "dev0" versions for master commits on tags
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1733 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/11/2026 **Status:** ✅ Merged **Merged:** 5/12/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `dependabot/pip/dev/yamllint-gte-1.37.1` --- ### 📝 Commits (1) - [`310f4d6`](https://github.com/harvard-edge/cs249r_book/commit/310f4d6d2dad813f46329e5d46df4f3f3be398be) deps(book): update yamllint requirement from >=1.35.0 to >=1.37.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `book/tools/dependencies/requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [yamllint](https://github.com/adrienverge/yamllint) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst">yamllint's changelog</a>.</em></p> <blockquote> <h2>1.37.1 (2025-05-04)</h2> <ul> <li>Rule <code>comments</code>: tell how many spaces are expected</li> <li>Rule <code>quoted-strings</code>: Fix <code>only-when-needed</code> on multiline with backslash</li> <li>Config: Report if <code>rules</code> is not a dict</li> <li>Fix <code>test_codec_built_in_equivalent()</code> test when run with pytest</li> <li>CI: Fix TestPyPI &quot;dev0&quot; versions for master commits on tags</li> <li>Docs: Add links to GitHub repository and releases</li> <li>Docs: Fix GitLab integration example</li> <li>Docs: Fix GitLab integration link</li> <li>Fix the tests badge link on the README</li> </ul> <h2>1.37.0 (2025-03-23)</h2> <ul> <li>Automatically detect Unicode character encoding of files</li> <li>Publish pushes to master branch to TestPyPI</li> </ul> <h2>1.36.2 (2025-03-17)</h2> <ul> <li>Build: Restore missing documentation and tests in sdist</li> </ul> <h2>1.36.1 (2025-03-15)</h2> <ul> <li>Publish PyPI releases using GitHub Actions workflows</li> </ul> <h2>1.36.0 (2025-03-11)</h2> <ul> <li>Add support for Python 3.13, drop support for Python 3.8</li> <li>Rule <code>key-ordering</code>: add <code>ignored-keys</code> option</li> <li>Rule <code>quoted-strings</code>: fix <code>only-when-needed</code> and escaped special chars</li> <li>Fix TTY-related tests on Python 3.14</li> <li>Docs: fix import of <code>yamllint.config</code> rather than <code>yamllint</code></li> </ul> <h2>1.35.1 (2024-02-16)</h2> <ul> <li>Restore ignoration of files passed as command-line arguments</li> <li>Revert API change from version 1.35.0</li> </ul> <h2>1.35.0 (2024-02-15)</h2> <ul> <li>Fix failure on broken symlinks that should be ignored</li> <li>API change: <code>linter.run(stream, config)</code> doesn't filter files anymore</li> <li>Docs: Restore official Read the Docs theme</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adrienverge/yamllint/commit/79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7"><code>79a6b2b</code></a> yamllint version 1.37.1</li> <li><a href="https://github.com/adrienverge/yamllint/commit/b6fe397aefbc6ea51cfa537c01c74a5e5335a3d7"><code>b6fe397</code></a> config: Report if 'rules' is not a dict</li> <li><a href="https://github.com/adrienverge/yamllint/commit/2ec2d7a786fd413843beaab8148f52e9f4d6e613"><code>2ec2d7a</code></a> docs: Fix GitLab integration link</li> <li><a href="https://github.com/adrienverge/yamllint/commit/1a6542c58a548ddf92e79b84f31f07167437c679"><code>1a6542c</code></a> quoted-strings: Fix only-when-needed on multiline with backslash</li> <li><a href="https://github.com/adrienverge/yamllint/commit/2d10aaa9dc10dbb63cea00383b7f19e2b278992e"><code>2d10aaa</code></a> docs: Fix GitLab integration example</li> <li><a href="https://github.com/adrienverge/yamllint/commit/263fb8843771e560a818f7263928b775e73cd0c0"><code>263fb88</code></a> README: Fix the tests badge link</li> <li><a href="https://github.com/adrienverge/yamllint/commit/a942f5cd200cdba12b624d51cf0e1ac7a5e48f90"><code>a942f5c</code></a> Rename tests.common.test_codec_built_in_equivalent()</li> <li><a href="https://github.com/adrienverge/yamllint/commit/639a7c69c61726cd2ad9d847806c3d6928762c11"><code>639a7c6</code></a> comments: Tell how many spaces are expected in 'min-spaces-from-content'</li> <li><a href="https://github.com/adrienverge/yamllint/commit/0f2fbb03c7e637ac27c49d97c9b6aae1a74a39ce"><code>0f2fbb0</code></a> docs: Add links to GitHub repository and releases</li> <li><a href="https://github.com/adrienverge/yamllint/commit/bce26d68a881551bb448114fbbf7fc472e3feb9e"><code>bce26d6</code></a> CI: Fix TestPyPI &quot;dev0&quot; versions for master commits on tags</li> <li>Additional commits viewable in <a href="https://github.com/adrienverge/yamllint/compare/v1.35.0...v1.37.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-14 19:17:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#34535