Skip to content

Commit 22101df

Browse files
Bump pylint from 2.17.6 to 2.17.7 (#5)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.6 to 2.17.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/dade880a65386de8c4e0f88e464d8dc573457133"><code>dade880</code></a> Bump pylint to 2.17.7, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9084">#9084</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/c2907a991a721bccec56a7adc3c90e65cf19386d"><code>c2907a9</code></a> Upgrade astroid to 2.15.8 on 2.17.x branch (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9081">#9081</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/aed51a6198b9ad56bae6c974947007f844ab81d9"><code>aed51a6</code></a> Fix crash in refactoring checker from unaryop with variable (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9075">#9075</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9076">#9076</a>)</li> <li>See full diff in <a href="https://github.com/pylint-dev/pylint/compare/v2.17.6...v2.17.7">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.6&new-version=2.17.7)](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>
1 parent 19606b8 commit 22101df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ format =
2424
test =
2525
bandit == 1.7.5
2626
mypy == 1.9.0
27-
pylint == 2.17.6
27+
pylint == 2.17.7
2828
pylint-print == 1.0.1
2929
pytest == 7.4.2
3030
pytest-cov == 3.0.0

0 commit comments

Comments
 (0)