Commit 800106d
authored
Update pylint requirement from >=1.9.4 to >=4.0.5 (#820)
Updates the requirements on
[pylint](https://github.com/pylint-dev/pylint) to permit the latest
version.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/88e1ab7545a4af4aea15c305a154c164a95ab842"><code>88e1ab7</code></a>
Bump pylint to 4.0.5, update changelog (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10860">#10860</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/d96d489a1743d32b6bfa53fc0f69a4333209a146"><code>d96d489</code></a>
[Backport maintenance/4.0.x] Relax isort version constraint to allow
isort 8 ...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/0b08ccb014c265700f244a885bdcbdfa3a03de46"><code>0b08ccb</code></a>
Fix dynamic color mapping for "fail-on" messages when using
multiple reporter...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/154dba43276e8232a2e1cb8f90bfcc63886f3460"><code>154dba4</code></a>
[Backport maintenance/4.0.x] Fix FP for <code>invalid-name</code> with
<code>typing.Final</code> on...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/7b73bfdedf275935b9c5b43a6aeda5cc648b4847"><code>7b73bfd</code></a>
Disable unspecified-encoding for py-version above Python 3.15 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10800">#10800</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/4cc98be8b7786dbc6692493fe9cedb8585af5518"><code>4cc98be</code></a>
[Backport maintenance/4.0.x] Fix setting options for import order
checker (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/1">#1</a>...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/f0d30a27b510d69f846e3aaa0054cf0a1412923c"><code>f0d30a2</code></a>
Sync astroid version with requirements file again</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/38bdf024648724e6aea017e62d3b57cb44097ec3"><code>38bdf02</code></a>
[Backport maintenance/4.0.x] Fix <code>logging-unsupported-format</code>
when logging ...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/f08c33ae3e691eed868e49c0d15270dc6e6a0d6c"><code>f08c33a</code></a>
[Backport maintenance/4.0.x] Properly detect <code>self.fail()</code> as
a terminating...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/e16f942166511d6fb4427e503a734152fae0c4fe"><code>e16f942</code></a>
Bump pylint to 4.0.4, update changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/pylint-dev/pylint/compare/pylint-1.9.4...v4.0.5">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 1f9e41f commit 800106d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments