Skip to content

Commit

Permalink
Build(deps-dev): bump pylint from 3.1.1 to 3.2.0 (#114)
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.1 to
3.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/b738d233e2df7651abae847e2331e2621482e5fb"><code>b738d23</code></a>
Bump pylint to 3.2.0, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/040ce17d4af578112dd892ea7445cd6b78ed71c1"><code>040ce17</code></a>
Upgrade the contributors lists</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/743a04de97e566968510bcd398ac93490beb252a"><code>743a04d</code></a>
[performance] Check that 'trailing-comma-tuple' is enabled only once (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9620">#9620</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/b4a9535566b149d5afe60b8e82d573441fbec0e6"><code>b4a9535</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9621">#9621</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/a4f9b8618f1d8ac2adde8a729e29d9a2018fdc7b"><code>a4f9b86</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/4f0c7acfc8032c5f41cc0f429db83eb81bf3f570"><code>4f0c7ac</code></a>
Merge maintenance/3.1.x into main following 3.1.1 release (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9618">#9618</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/0d8ef10c7999f33b033ee1bca3e3aad91ff0d835"><code>0d8ef10</code></a>
Merge maintenance/3.1.x into main following 3.1.1 release</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/e53fdb6dbc97dae5e086d30b5d0fb0fa218b1915"><code>e53fdb6</code></a>
Bump furo from 2024.4.27 to 2024.5.6 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9617">#9617</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/814bf947541c198dc3bc8f38240113a78bf2b57a"><code>814bf94</code></a>
Bump actions/checkout from 4.1.4 to 4.1.5 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9616">#9616</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/fd6790b062039e42523f674ebff205e89e9eef51"><code>fd6790b</code></a>
Add ignored modules to Astroid module deny list (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9504">#9504</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pylint-dev/pylint/compare/v3.1.1...v3.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pylint&package-manager=pip&previous-version=3.1.1&new-version=3.2.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
github-actions[bot] authored May 15, 2024
2 parents 02036a2 + b60863c commit 6b70b25
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -75,7 +75,7 @@ optional = true
[tool.poetry.group.linters.dependencies]
flake8 = '^7.0.0'
flake8-pyproject = '^1.2.3'
pylint = '^3.1.1'
pylint = '^3.2.0'


[tool.poetry.group.tests]
Expand Down

0 comments on commit 6b70b25

Please sign in to comment.