Skip to content

Commit

Permalink
chore(deps): bump yamllint from 1.33.0 to 1.34.0 (#424)
Browse files Browse the repository at this point in the history
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.33.0 to
1.34.0.
<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.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/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><a
href="https://github.com/adrienverge/yamllint/commit/024b5367b6874200923c77a47b7ed08f3404b205"><code>024b536</code></a>
style: silence pygrep-hooks warnings</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/329500a1bcdc794ce6091a5c1923e4793c03b3c2"><code>329500a</code></a>
build: enable tryceratops rules in ruff</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/f68cae3f1e8bd031ffb0f4b454058bdfbe8aea5a"><code>f68cae3</code></a>
style: silence tryceratops warning</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/47bbb26b42920ad10a9c7102d32fe1d90e509ded"><code>47bbb26</code></a>
style: apply flake8-copyright rules</li>
<li><a
href="https://github.com/adrienverge/yamllint/commit/0d7ae7bf6b852fd739ba385b686ea83ed3164a79"><code>0d7ae7b</code></a>
style: fix section heading</li>
<li>Additional commits viewable in <a
href="https://github.com/adrienverge/yamllint/compare/v1.33.0...v1.34.0">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.34.0)](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>
  • Loading branch information
kai687 authored Feb 11, 2024
2 parents 9d70d1f + c814e3b commit 51de5b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sphinx = [

[tool.poetry.group.dev.dependencies]
pytest = "^8.0"
yamllint = "^1.28"
yamllint = "^1.34"
pytest-cov = "^4.0"
coverage = {extras = ["toml"], version = "^7.4"}
black = "^24.1"
Expand Down

0 comments on commit 51de5b0

Please sign in to comment.