Skip to content

Commit

Permalink
Bump pylint from 2.15.6 to 3.1.0 in /src/python (#7)
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.15.6 to
3.1.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/053c2c3a25f97f043e10cdd41d2609e495a68f57"><code>053c2c3</code></a>
Bump pylint to 3.1.0, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/c954636f5fdef9ae05a328704db19dd44f37aac2"><code>c954636</code></a>
Upgrade release documentation, and contributors.txt</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/7300ed2687701bbcb02eac9baa7f5c2197cf1397"><code>7300ed2</code></a>
Discover <code>.pyi</code> files (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9241">#9241</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/9dbf3df4d5259061d204d44111f6c6b8d390f635"><code>9dbf3df</code></a>
Merge maintenance 3.0.x into main following 3.0.4 release (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9459">#9459</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/28e89b05c67781806011f052177214de4d2abefc"><code>28e89b0</code></a>
Remove changelog fragments pertaining to 3.0.4</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/4332ea17cca3936e3e390cbe83e30c1bbf35d78d"><code>4332ea1</code></a>
Merge branch 'maintenance/3.0.x' into main following 3.0.4 release</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/811538121f07173bab6a8a1e0366ed56b020954c"><code>8115381</code></a>
Bump pylint to 3.0.4, update changelog (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9458">#9458</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/4bf3524e84682a924e7115d3aaa6942c3d459ad5"><code>4bf3524</code></a>
[false-negative] Fix for consider-using-min/max-builtin (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9127">#9127</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/8c24b1e1178e969823220367b0bd1a96182460cf"><code>8c24b1e</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9448">#9448</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/f4996860edb2dc9fd66be2f60a2035cd72b56956"><code>f499686</code></a>
Update astroid version to 3.1.0 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9457">#9457</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pylint-dev/pylint/compare/v2.15.6...v3.1.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=2.15.6&new-version=3.1.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>

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] authored Feb 26, 2024
1 parent eba9d21 commit 2995441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ platformdirs==4.2.0
# virtualenv
pre-commit==3.6.2
# via -r src/requirements.txt
pylint==2.15.6
pylint==3.1.0
# via -r src/requirements.txt
pyyaml==6.0.1
# via
Expand Down

0 comments on commit 2995441

Please sign in to comment.