-
Notifications
You must be signed in to change notification settings - Fork 420
Commit 849e003
authored
chore(deps-dev): bump mypy from 0.910 to 0.920 (#903)
Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.920.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python/mypy/commit/b944746a428a9476b7118893e8e7b94ef745bcc4"><code>b944746</code></a> Bump version</li>
<li><a href="https://github.com/python/mypy/commit/ae93837f7ea34221e0689d085bb8f16e4420dd1b"><code>ae93837</code></a> Fix crash when encountering match statement (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11749">#11749</a>)</li>
<li><a href="https://github.com/python/mypy/commit/69dbb47da0af74af25e1b60a50d4ba2b0d8b2683"><code>69dbb47</code></a> Add Python 3.10 to trove classifiers (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11747">#11747</a>)</li>
<li><a href="https://github.com/python/mypy/commit/842044e171b15caad33f41ffb88c5ec41df99947"><code>842044e</code></a> Don't crash on unsupported Python 3.10 match statement (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11738">#11738</a>)</li>
<li><a href="https://github.com/python/mypy/commit/9d1d033ce73048677b2566d43a1370c2e45ccbfb"><code>9d1d033</code></a> Upgrade tomli (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11729">#11729</a>)</li>
<li><a href="https://github.com/python/mypy/commit/fdae42fee9231f8605d1d0fa7d635f1e8748769b"><code>fdae42f</code></a> Fix crash involving explicit reexport, import cycle, wildcard (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11632">#11632</a>)</li>
<li><a href="https://github.com/python/mypy/commit/dd086bc75c8b846ecd8a086dbf2067b92f5d432b"><code>dd086bc</code></a> Fix crash with overload and callable object decorators (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11630">#11630</a>)</li>
<li><a href="https://github.com/python/mypy/commit/524b60e07156fbfb5ba666af47c1f22aac54c660"><code>524b60e</code></a> Disable universal newlines when reading TOML (<a href="https://github-redirect.dependabot.com/python/mypy/issues/10893">#10893</a>)</li>
<li><a href="https://github.com/python/mypy/commit/5a19bfbb2e7b34667606e4c7ba8901c4e94c591d"><code>5a19bfb</code></a> Properly check <code>*CustomType</code> and <code>**CustomType</code> arguments (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11151">#11151</a>)</li>
<li><a href="https://github.com/python/mypy/commit/f08d72b7d620b2ed573fa91941fc93055e852efa"><code>f08d72b</code></a> Add getattr overload variants to help mypy type inference</li>
<li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v0.910...v0.920">compare view</a></li>
</ul>
</details>
<br />
[](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>1 parent c74811b commit 849e003Copy full SHA for 849e003
2 files changed
+27
-30
lines changed+26-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
0 commit comments