Skip to content

Commit

Permalink
chore(deps): update dependency pylint to v2.17.7 (#421)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pylint](https://togithub.com/pylint-dev/pylint)
([changelog](https://pylint.readthedocs.io/en/latest/whatsnew/2/)) |
`==2.17.6` -> `==2.17.7` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pylint/2.17.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pylint/2.17.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pylint/2.17.6/2.17.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pylint/2.17.6/2.17.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pylint-dev/pylint (pylint)</summary>

###
[`v2.17.7`](https://togithub.com/pylint-dev/pylint/releases/tag/v2.17.7)

[Compare
Source](https://togithub.com/pylint-dev/pylint/compare/v2.17.6...v2.17.7)

2.17.7 is the last release before we only support pylint 3.0.0 or
superior and python 3.8 or superior.

## False Positives Fixed

-   Fix a regression in pylint 2.17.6 / astroid 2.15.7 causing various
    messages for code involving `TypeVar`.

Closes
[#&#8203;9069](https://togithub.com/pylint-dev/pylint/issues/9069)

## Other Bug Fixes

- Fix crash in refactoring checker when unary operand used with variable
in for
    loop.

Closes
[#&#8203;9074](https://togithub.com/pylint-dev/pylint/issues/9074)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/iterative/gto).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 9dab2f5 commit db7c496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"pytest-lazy-fixture==0.6.3",
"pytest-mock",
"pytest-test-utils",
"pylint==2.17.6",
"pylint==2.17.7",
# we use this to suppress some messages in tests, eg: foo/bar naming,
# and, protected method calls in our tests
"pylint-plugin-utils",
Expand Down

0 comments on commit db7c496

Please sign in to comment.