Skip to content

Commit

Permalink
Bump mypy from 1.5.1 to 1.6.0 (#63)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/mypy/commit/ac2d56f9145a4e15e7c0d1fbcd9a466ad0cec9a1"><code>ac2d56f</code></a>
Remove +dev from version</li>
<li><a
href="https://github.com/python/mypy/commit/5b488ab8ad82ce11388a63367a60e1443f359f04"><code>5b488ab</code></a>
Optimize Unpack for failures (<a
href="https://redirect.github.com/python/mypy/issues/15967">#15967</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/4c963c9973d319e145be540ce40637d1f43506cd"><code>4c963c9</code></a>
Make PEP 695 constructs give a reasonable error message (<a
href="https://redirect.github.com/python/mypy/issues/16013">#16013</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/e78df552ebf84c3e89fbc7dab0cbc459a7ca306c"><code>e78df55</code></a>
Match note error codes to import error codes (<a
href="https://redirect.github.com/python/mypy/issues/16004">#16004</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/d3766331e89e4cf9f58d7d094b8df10acf63a0e5"><code>d376633</code></a>
Fix mypyc regression with pretty (<a
href="https://redirect.github.com/python/mypy/issues/16124">#16124</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/00cba138a382f8e64b3bbc291c9a4b2ba25a6cb0"><code>00cba13</code></a>
Clear cache when adding --new-type-inference (<a
href="https://redirect.github.com/python/mypy/issues/16059">#16059</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/b33373c1f4877ba5749e7f79a5efe842f53c4ce0"><code>b33373c</code></a>
Try upgrading tox (<a
href="https://redirect.github.com/python/mypy/issues/15992">#15992</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/807bd3990920271dddd64a368056c30f78dcba76"><code>807bd39</code></a>
Fix ParamSpec inference for callback protocols (<a
href="https://redirect.github.com/python/mypy/issues/15986">#15986</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/d7b24514d7301f86031b7d1e2215cf8c2476bec0"><code>d7b2451</code></a>
Fixes to stubtest's new check for missing stdlib modules (<a
href="https://redirect.github.com/python/mypy/issues/15960">#15960</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/efecd591e4198232f35e1db66bf99e56fc2f068b"><code>efecd59</code></a>
Support user defined variadic tuple types (<a
href="https://redirect.github.com/python/mypy/issues/15961">#15961</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/mypy/compare/v1.5.1...v1.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy&package-manager=pip&previous-version=1.5.1&new-version=1.6.0)](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>
  • Loading branch information
Diapolo10 committed Oct 10, 2023
2 parents a3de3f3 + 5b9807e commit 30da067
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ python = '^3.10.0'


[tool.poetry.group.dev.dependencies]
mypy = '^1.5.1'
mypy = '^1.6.0'


[tool.poetry.group.linters]
Expand Down

0 comments on commit 30da067

Please sign in to comment.