fix: bump pylint from 2.17.2 to 2.17.3 (#107)

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.2 to 2.17.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="389e14c368"><code>389e14c</code></a>
Bump pylint to 2.17.3, update changelog (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8620">#8620</a>)</li>
<li><a
href="3fc153ac67"><code>3fc153a</code></a>
Upgrade astroid to 2.15.4 (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8615">#8615</a>)
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8618">#8618</a>)</li>
<li><a
href="c2936a541f"><code>c2936a5</code></a>
Disable import-error as attrs is no longer a test dependency</li>
<li><a
href="5f7e2a51bf"><code>5f7e2a5</code></a>
Upgrade astroid to 2.15.3 (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8584">#8584</a>)</li>
<li><a
href="1dba30b43c"><code>1dba30b</code></a>
Improve output of <code>consider-using-generator</code> message for
<code>min()</code> calls with `...</li>
<li><a
href="ec96bdc206"><code>ec96bdc</code></a>
Fix false positive for <code>keyword-arg-before-vararg</code> (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8571">#8571</a>)
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8578">#8578</a>)</li>
<li><a
href="16fe498b68"><code>16fe498</code></a>
Fix <code>unused-import</code> to check<code>dummy-variables-rgx</code>
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8566">#8566</a>)
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8568">#8568</a>)</li>
<li><a
href="61dae1e5f4"><code>61dae1e</code></a>
Fix false positive for <code>positional-only-arguments-expected</code>
when a function...</li>
<li><a
href="bcceff6be5"><code>bcceff6</code></a>
Fix isinstance-second-argument-not-valid-type for union types with
None</li>
<li><a
href="ed67cc8066"><code>ed67cc8</code></a>
Fix typelias <code>invalid-name</code> false positives for Union
variables without assig...</li>
<li>Additional commits viewable in <a
href="https://github.com/PyCQA/pylint/compare/v2.17.2...v2.17.3">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.2&new-version=2.17.3)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-30 21:47:25 +00:00 коммит произвёл GitHub
Родитель 60e42cb364
Коммит b248c14b99
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,7 @@ test = [
"flake8",
"flake8-pyproject",
"pre-commit==2.17.0",
"pylint==2.17.2",
"pylint==2.17.3",
"pylint_junit",
"pytest-cov==4.0.0",
"pytest-mock<3.10.1",