Skip to content

Commit bb9fcfb

Browse files
authored
Bump pylint from 2.17.4 to 2.17.5 (#539)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.4 to 2.17.5. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/fe161df35f639e0ded268426d50551d174c6bd13"><code>fe161df</code></a> Bump pylint to 2.17.5, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/8887">#8887</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/50d924b5c00cf2079c5c460c571d1845f88d956d"><code>50d924b</code></a> Remove carriage returns from doc file (<a href="https://redirect.github.com/pylint-dev/pylint/issues/8884">#8884</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/8886">#8886</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/c6658bacc8c62f57044029906d6c61ec161059de"><code>c6658ba</code></a> Bump astroid to 2.15.6 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/8849">#8849</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/c68007ecaa6b7001515db441a6d03f98071748f9"><code>c68007e</code></a> Fix crash from unexpected assignment (<a href="https://redirect.github.com/pylint-dev/pylint/issues/8839">#8839</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/8843">#8843</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/1928589eaedf133ba06d63536163ccf971acd826"><code>1928589</code></a> [Backport maintenance/2.17.x] Avoid <code>consider-using-f-string</code> on modulos with...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/d690dd88e71b32300633721cba9fadd704766b01"><code>d690dd8</code></a> Exempt parents with only annotations from <code>invalid-enum-extension</code> (<a href="https://redirect.github.com/pylint-dev/pylint/issues/8834">#8834</a>) (#...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/535a0a521ae91e19d3175fa006bb209d22fbf00b"><code>535a0a5</code></a> Update typing-extensions requirement from ~=4.6 to ~=4.7 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/8816">#8816</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/a51dc64666005fc729666406a25b1aa53f69a160"><code>a51dc64</code></a> Fix a crash when calling <code>copy.copy()</code> without args (<a href="https://redirect.github.com/pylint-dev/pylint/issues/8784">#8784</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/8786">#8786</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/ef13c61e7a442d890cb2bbfc0526e6e4b08c5bc4"><code>ef13c61</code></a> [PyCQA migration] Upgrade links in maintenance branch</li> <li><a href="https://github.com/pylint-dev/pylint/commit/b7d270b940456febe332b1cc6dc8185baf0d73fc"><code>b7d270b</code></a> [cleanup] Upgrade more doc following the PyCQA migration</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/pylint/compare/v2.17.4...v2.17.5">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.17.4&new-version=2.17.5)](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 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>
2 parents 6f79353 + 6885e32 commit bb9fcfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dev-mypy = [
7474
]
7575
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.3.0"]
7676
dev-pylint = [
77-
"pylint == 2.17.4",
77+
"pylint == 2.17.5",
7878
# For checking the noxfile, docs/ script, and tests
7979
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
@@ -86,7 +86,7 @@ dev-pytest = [
8686
"async-solipsism == 0.5",
8787
# For checking docstring code examples
8888
"sybil == 5.0.3",
89-
"pylint == 2.17.4",
89+
"pylint == 2.17.5",
9090
"frequenz-sdk[dev-examples]",
9191
]
9292
dev = [

0 commit comments

Comments
 (0)