Skip to content

Commit

Permalink
chore(deps): Bump yamllint from 1.33.0 to 1.35.1 (#598)
Browse files Browse the repository at this point in the history
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.33.0 to
1.35.1.
<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.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>
<h2>1.34.0 (2024-02-06)</h2>
<ul>
<li>Config: validate <code>ignore-from-file</code> inside rules</li>
<li>Rule <code>quoted-strings</code>: fix <code>only-when-needed</code>
in flow maps and sequences</li>
<li>Rule <code>key-duplicates</code>: add
<code>forbid-duplicated-merge-keys</code> option</li>
<li>Rule <code>quoted-strings</code>: add <code>check-keys</code>
option</li>
<li>Docs: add GitLab CI example</li>
<li>Rule <code>truthy</code>: adapt forbidden values based on YAML
version</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/adrienverge/yamllint/commit/81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6"><code>81e9f98</code></a>
yamllint version 1.35.1</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/9235c684960c35db19dc67800d0998869e3ed229"><code>9235c68</code></a>
cli: Restore ignoration of files passed as command-line arguments</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/3a13803fb091b39c46ff9dfb46d0753b8a2bd77a"><code>3a13803</code></a>
yamllint version 1.35.0</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/23443803539bdfc6ca2b35101cc8beb04fb184c1"><code>2344380</code></a>
cli: Cleanly skip broken symlinks that are ignored</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/f66855bf2d73357047118de68ce8224297c3ef5a"><code>f66855b</code></a>
build: Restore official Read the Docs theme</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/dd99a1c965b56027e9773442f41d3c58cc53c690"><code>dd99a1c</code></a>
yamllint version 1.34.0</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/01df5bf038ed4df3170477aab5ec8949d9bc8260"><code>01df5bf</code></a>
truthy: Adapt forbidden values based on YAML version</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/9931ad699ce2be71286bca0b991c8b3427ef6d40"><code>9931ad6</code></a>
Undo ruff changes that conflict with flake8</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/57d26917136ae237b2e142e515b1ee06bfc92f91"><code>57d2691</code></a>
Revert replacement of flake8 with ruff</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/3cb3a2038569370a2e44bcda28a378dac96c6c10"><code>3cb3a20</code></a>
build: enable pygrep-hooks in ruff</li>
<li>Additional commits viewable in <a
href="https://github.com/adrienverge/yamllint/compare/v1.33.0...v1.35.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yamllint&package-manager=pip&previous-version=1.33.0&new-version=1.35.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 15, 2024
1 parent 4e8b499 commit f3531b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Hashes retrieved using instructions here:
# https://pip.pypa.io/en/stable/cli/pip_hash/#example
yamllint==1.33.0 \
--hash=sha256:28a19f5d68d28d8fec538a1db21bb2d84c7dc2e2ea36266da8d4d1c5a683814d \
--hash=sha256:2dceab9ef2d99518a2fcf4ffc964d44250ac4459be1ba3ca315118e4a1a81f7d
yamllint==1.35.1 \
--hash=sha256:2e16e504bb129ff515b37823b472750b36b6de07963bd74b307341ef5ad8bdc3 \
--hash=sha256:7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd
# NOTE: pathspec is included because it is not pinned using '==' by yamllint. So
# we need to include the exact version and hash here.
pathspec==0.12.1 \
Expand Down

0 comments on commit f3531b7

Please sign in to comment.