dependabot[bot] opened a new pull request, #2005: URL: https://github.com/apache/libcloud/pull/2005
Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.9.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">mypy's changelog</a>.</em></p> <blockquote> <h1>Mypy Release Notes</h1> <h2>Next release</h2> <h2>Mypy 1.10 (Unreleased)</h2> <p>We’ve just uploaded mypy 1.10 to the Python Package Index (<a href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:</p> <pre><code>python3 -m pip install -U mypy </code></pre> <p>You can read the full documentation for this release on <a href="http://mypy.readthedocs.io">Read the Docs</a>.</p> <p><strong>TODO</strong></p> <ul> <li>Implement TypeIs (PEP 742) (Jelle Zijlstra, PR <a href="https://redirect.github.com/python/mypy/pull/16898">16898</a>)</li> <li>Error handling for recursive TypeVar defaults (PEP 696) (Marc Mueller, PR <a href="https://redirect.github.com/python/mypy/pull/16925">16925</a>)</li> <li>Add basic support for recursive TypeVar defaults (PEP 696) (Marc Mueller, PR <a href="https://redirect.github.com/python/mypy/pull/16878">16878</a>)</li> </ul> <h4>Other Notable Changes and Fixes</h4> <ul> <li>fix: incorrect returned type of access descriptors on unions of types (Matthieu Devlin, PR <a href="https://redirect.github.com/python/mypy/pull/16604">16604</a>)</li> <li>Fix crash when expanding invalid Unpack in a <code>Callable</code> alias (Ali Hamdan, PR <a href="https://redirect.github.com/python/mypy/pull/17028">17028</a>)</li> <li>Fix string formatting for string enums (roberfi, PR <a href="https://redirect.github.com/python/mypy/pull/16555">16555</a>)</li> <li>Narrow individual items when matching a tuple to a sequence pattern (Loïc Simon, PR <a href="https://redirect.github.com/python/mypy/pull/16905">16905</a>)</li> <li>Add TypeGuard and TypeIs traversing in TypeTraverserVisitor (Evgeniy Slobodkin, PR <a href="https://redirect.github.com/python/mypy/pull/17071">17071</a>)</li> <li>Improve error message for bound typevar in TypeAliasType (Ali Hamdan, PR <a href="https://redirect.github.com/python/mypy/pull/17053">17053</a>)</li> <li>Fix TypedDict init from Type with optional keys (Marc Mueller, PR <a href="https://redirect.github.com/python/mypy/pull/17068">17068</a>)</li> <li>Improve yield from inference for unions of generators (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/16717">16717</a>)</li> <li>Support <code>TypeAliasType</code> in a class scope (Ali Hamdan, PR <a href="https://redirect.github.com/python/mypy/pull/17038">17038</a>)</li> <li>attrs: Fix emulating hash method logic (Hashem, PR <a href="https://redirect.github.com/python/mypy/pull/17016">17016</a>)</li> <li>Use lower-case generics more consistently in error messages (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17035">17035</a>)</li> <li>Revert "Revert use of <code>ParamSpec</code> for <code>functools.wraps</code>" (Tamir Duberstein, PR <a href="https://redirect.github.com/python/mypy/pull/16942">16942</a>)</li> <li>Support <code>TypeAliasType</code> (Ali Hamdan, PR <a href="https://redirect.github.com/python/mypy/pull/16926">16926</a>)</li> <li>Fix type narrowing for types.EllipsisType (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17003">17003</a>)</li> <li>Disallow all super calls to methods with trivial bodies (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/16756">16756</a>)</li> <li>Fix single item enum match type exhaustion (Oskari Lehto, PR <a href="https://redirect.github.com/python/mypy/pull/16966">16966</a>)</li> <li>Fix inference with UninhabitedType (Marc Mueller, PR <a href="https://redirect.github.com/python/mypy/pull/16994">16994</a>)</li> <li>Allow TypedDict initialization from Type (Marc Mueller, PR <a href="https://redirect.github.com/python/mypy/pull/16963">16963</a>)</li> <li>Fix override checking for decorated property (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/16856">16856</a>)</li> <li>Fix duplicate word in protocols.rst (hesam, PR <a href="https://redirect.github.com/python/mypy/pull/16950">16950</a>)</li> <li>Workaround parenthesised context manager issue (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/16949">16949</a>)</li> <li>Fix narrowing on match with function subject (Edward Paget, PR <a href="https://redirect.github.com/python/mypy/pull/16503">16503</a>)</li> <li>Allow inferring +int to be a Literal (Spencer Brown, PR <a href="https://redirect.github.com/python/mypy/pull/16910">16910</a>)</li> </ul> <h4>Stubgen Improvements</h4> <ul> <li>stubgen: Preserve empty tuple annotation (Ali Hamdan, PR <a href="https://redirect.github.com/python/mypy/pull/16907">16907</a>)</li> <li>stubgen: Add support for PEP 570 positional-only parameters (Ali Hamdan, PR <a href="https://redirect.github.com/python/mypy/pull/16904">16904</a>)</li> <li>stubgen: Replace obsolete typing aliases with builtin containers (Ali Hamdan, PR <a href="https://redirect.github.com/python/mypy/pull/16780">16780</a>)</li> <li>stubgen: Fix generated dataclass <code>__init__</code> signature (Ali Hamdan, PR <a href="https://redirect.github.com/python/mypy/pull/16906">16906</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/5ff46f8b3706d005fabab2227ec84476d605bfd4"><code>5ff46f8</code></a> Remove +dev.</li> <li><a href="https://github.com/python/mypy/commit/155909ad1bde747d89fcd091621d7cd9b1e15818"><code>155909a</code></a> [Release 1.9] Unsupport targetting 3.7. (<a href="https://redirect.github.com/python/mypy/issues/16883">#16883</a>) (<a href="https://redirect.github.com/python/mypy/issues/16900">#16900</a>)</li> <li><a href="https://github.com/python/mypy/commit/6615cabe57c661114d0ed44784f67301619faadf"><code>6615cab</code></a> [Release 1.9] Stubtest: ignore a new protocol dunder (<a href="https://redirect.github.com/python/mypy/issues/16895">#16895</a>) (<a href="https://redirect.github.com/python/mypy/issues/16899">#16899</a>)</li> <li><a href="https://github.com/python/mypy/commit/b956e6a57c4dd36d670097a3eccf7dc092348fec"><code>b956e6a</code></a> stubtest: Private parameters can be omitted (<a href="https://redirect.github.com/python/mypy/issues/16507">#16507</a>)</li> <li><a href="https://github.com/python/mypy/commit/ede0b200a10186a095378516d840389f8da4edd4"><code>ede0b20</code></a> Bump ruff to 0.2.0 (<a href="https://redirect.github.com/python/mypy/issues/16870">#16870</a>)</li> <li><a href="https://github.com/python/mypy/commit/7bdd61f2d89ecd2cee4ebe6eb2375a72b29f0b10"><code>7bdd61f</code></a> stubgen: Fix crash on star unpack of TypeVarTuple (<a href="https://redirect.github.com/python/mypy/issues/16869">#16869</a>)</li> <li><a href="https://github.com/python/mypy/commit/8c2ef9dde8aa803e04038427ad84f09664d9d93f"><code>8c2ef9d</code></a> Update hashes in sync-typeshed.py following recent typeshed sync</li> <li><a href="https://github.com/python/mypy/commit/0dd4b6f7576be3d3857fecefb298decdf0711ac7"><code>0dd4b6f</code></a> Revert use of <code>ParamSpec</code> for <code>functools.wraps</code></li> <li><a href="https://github.com/python/mypy/commit/dd12a2d810f2bbe7a8686674397043b18575480f"><code>dd12a2d</code></a> Revert typeshed ctypes change</li> <li><a href="https://github.com/python/mypy/commit/d132999ba631b332d0684173897e5947591f4acc"><code>d132999</code></a> Revert sum literal integer change (<a href="https://redirect.github.com/python/mypy/issues/13961">#13961</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.5.1...1.9.0">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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org