Skip to content

Commit

Permalink
Merge #902
Browse files Browse the repository at this point in the history
902: Bump pylint from 3.0.2 to 3.0.3 r=sanders41 a=dependabot[bot]

Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.2 to 3.0.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pylint-dev/pylint/commit/1a5ffc1f447b77071ffe18a9c6836c09147ee2ed"><code>1a5ffc1</code></a> Bump pylint to 3.0.3, update changelog</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/54687e75b6fb4147e58f1c3204eea6cd915a472b"><code>54687e7</code></a> Disallow isort 5.13.0 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9290">#9290</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9292">#9292</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/fea5483f2861df71ff5f60d3f6300c2fc93ef21a"><code>fea5483</code></a> [wrong-exception-operation] Fix FP for tuple concatenation of exception types...</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/d0d5c91e26c80933bfc13b36a0428d3a0c593cc0"><code>d0d5c91</code></a> [pointless-string-statement] Ignore docstrings on py3.12 type aliases (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9269">#9269</a>)...</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/81f0f2ed02c2e79f6a44c324d47574cf271f9590"><code>81f0f2e</code></a> [Backport maintenance/3.0.x] [bugfix] Find files with ./ as input with a __in...</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/7f01d837385c4505eda1777f7b9c2693c9b305b1"><code>7f01d83</code></a> Fix doc generation in implicit-str-concat</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/a60ddd1a44dc00721163f8390d034d2e1385791f"><code>a60ddd1</code></a> Fix incorrect suggestion for unnecessary-comprehension (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9172">#9172</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9242">#9242</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/dc11223e95783bdbf337baea7c2a141e1897d06c"><code>dc11223</code></a> [todos] Fix the todos version and the warnings' text (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9202">#9202</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9204">#9204</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/0273db7fb4b77c882e40cd766c61a56a0cb2b8e2"><code>0273db7</code></a> Fix false positive for <code>unnecessary-lambda</code>. (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9149">#9149</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9200">#9200</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/53d4541eb52c3f249df8740e5508171a57be31ea"><code>53d4541</code></a> Fix <code>undefined-variable</code> etc for Python 3.12 generic type syntax (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9195">#9195</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9199">#9199</a>)</li>
<li>See full diff in <a href="https://github.com/pylint-dev/pylint/compare/v3.0.2...v3.0.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=3.0.2&new-version=3.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Sanders <psanders1@gmail.com>
  • Loading branch information
3 people authored Jan 3, 2024
2 parents 10148aa + 162d529 commit dc342ca
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 214 deletions.
4 changes: 1 addition & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ tox-pipenv = "*"
types-requests = "*"
black = "*"
isort = "*"
importlib_metadata = {version = "*", markers="python_version < '3.8'"}
zipp = {version = "==3.17.0", markers="python_version < '3.8'"}
exceptiongroup = {version = "*", markers="python_version < '3.11'"}
tomli = {version = "*", markers="python_version < '3.11'"}
wrapt = {version = "*", markers="python_version < '3.11'"}
dill = {version = "*", markers="python_version < '3.11'"}
dill = {version = "*"}
pytest-cov = "*"

[packages]
Expand Down
Loading

0 comments on commit dc342ca

Please sign in to comment.