Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump mypy from 0.940 to 0.981 (#6977)
Bumps [mypy](https://github.com/python/mypy) from 0.940 to 0.981. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/c7b4714e1f5e3cb8f3fec7426b6538fe1a3dcab1"><code>c7b4714</code></a> Update version to 0.981</li> <li><a href="https://github.com/python/mypy/commit/2bd7da21462a59643f2aec546304db1a624ba285"><code>2bd7da2</code></a> [0.980 backport] build changes (<a href="https://github-redirect.dependabot.com/python/mypy/issues/13688">#13688</a>)</li> <li><a href="https://github.com/python/mypy/commit/2b2953a1392368f623331d5168ccdfd39e37bbee"><code>2b2953a</code></a> [0.980 backport] Update pos-only unit tests for Python 3.10.7 (<a href="https://github-redirect.dependabot.com/python/mypy/issues/13660">#13660</a>) (<a href="https://github-redirect.dependabot.com/python/mypy/issues/13665">#13665</a>)</li> <li><a href="https://github.com/python/mypy/commit/ada007841f6a96f68d114769624a0f7b523814a7"><code>ada0078</code></a> Remove dev from version</li> <li><a href="https://github.com/python/mypy/commit/efd1d38fb1db188e56fe6068ebe69d2164462b34"><code>efd1d38</code></a> [0.980 backport] Fix stubtest custom_typeshed_dir regression (<a href="https://github-redirect.dependabot.com/python/mypy/issues/13656">#13656</a>) (<a href="https://github-redirect.dependabot.com/python/mypy/issues/13658">#13658</a>)</li> <li><a href="https://github.com/python/mypy/commit/70bc34837ecbafc528e511a46219262736781d43"><code>70bc348</code></a> [0.980 backport] Allow unpacking from TypeVars with iterable bounds (<a href="https://github-redirect.dependabot.com/python/mypy/issues/13425">#13425</a>) ...</li> <li><a href="https://github.com/python/mypy/commit/e43dbb91be8eb167875bb8a9468cf7d286cf0c3e"><code>e43dbb9</code></a> Work around mypyc test failures in CI (<a href="https://github-redirect.dependabot.com/python/mypy/issues/13593">#13593</a>)</li> <li><a href="https://github.com/python/mypy/commit/64add912d9b58340b055df58c8c0e16ba2e8e667"><code>64add91</code></a> Another cherry-pick fix</li> <li><a href="https://github.com/python/mypy/commit/228bd29babd95373867e845b049f0938fe083f44"><code>228bd29</code></a> Fix error codes option serialization (<a href="https://github-redirect.dependabot.com/python/mypy/issues/13523">#13523</a>)</li> <li><a href="https://github.com/python/mypy/commit/1f8061167faac10c02eafba260f6ab8543496f90"><code>1f80611</code></a> Allow per-module error codes (<a href="https://github-redirect.dependabot.com/python/mypy/issues/13502">#13502</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v0.940...v0.981">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=0.940&new-version=0.981)](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> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Bull <aa6bs0@sambull.org> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information