dependabot[bot] opened a new pull request, #1946:
URL: https://github.com/apache/streampipes/pull/1946

   Bumps [typing-extensions](https://github.com/python/typing_extensions) from 
4.5.0 to 4.8.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/python/typing_extensions/releases";>typing-extensions's 
releases</a>.</em></p>
   <blockquote>
   <h2>4.8.0</h2>
   <p>Changes since 4.7.1:</p>
   <ul>
   <li>Add <code>typing_extensions.Doc</code>, as proposed by PEP 727. Patch by
   Sebastián Ramírez.</li>
   <li>Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex 
Waygood.</li>
   <li>Fix bug where <code>get_original_bases()</code> would return incorrect 
results when
   called on a concrete subclass of a generic class. Patch by Alex Waygood
   (backporting <a 
href="https://redirect.github.com/python/cpython/pull/107584";>python/cpython#107584</a>,
 by James
   Hilton-Balfe).</li>
   <li>Fix bug where <code>ParamSpec(default=...)</code> would raise a 
<code>TypeError</code> on Python
   versions &lt;3.11. Patch by James Hilton-Balfe</li>
   </ul>
   <p>No changes since 4.8.0rc1.</p>
   <h2>4.8.0rc1</h2>
   <ul>
   <li>Add <code>typing_extensions.Doc</code>, as proposed by PEP 727. Patch by
   Sebastián Ramírez.</li>
   <li>Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex 
Waygood.</li>
   <li>Fix bug where <code>get_original_bases()</code> would return incorrect 
results when
   called on a concrete subclass of a generic class. Patch by Alex Waygood
   (backporting <a 
href="https://redirect.github.com/python/cpython/pull/107584";>python/cpython#107584</a>,
 by James
   Hilton-Balfe).</li>
   <li>Fix bug where <code>ParamSpec(default=...)</code> would raise a 
<code>TypeError</code> on Python
   versions &lt;3.11. Patch by James Hilton-Balfe</li>
   </ul>
   <h2>4.7.1</h2>
   <ul>
   <li>Fix support for <code>TypedDict</code>, <code>NamedTuple</code> and 
<code>is_protocol</code> on PyPy-3.7 and
   PyPy-3.8. Patch by Alex Waygood. Note that PyPy-3.7 and PyPy-3.8 are 
unsupported
   by the PyPy project. The next feature release of typing-extensions will
   drop support for PyPy-3.7 and may also drop support for PyPy-3.8.</li>
   </ul>
   <h2>4.7.0</h2>
   <p>This is a feature release. Major changes include:</p>
   <ul>
   <li>All non-deprecated names from <code>typing</code> are now re-exported by 
<code>typing_extensions</code> for convenience</li>
   <li>Add <code>typing_extensions.get_protocol_members</code> and 
<code>typing_extensions.is_protocol</code></li>
   <li>Declare support for Python 3.12</li>
   <li>This will be the last feature release to support Python 3.7, which 
recently reached its end-of-life</li>
   </ul>
   <p>Full changelog of versions 4.7.0 and 4.7.0rc1:</p>
   <h1>Release 4.7.0 (June 28, 2023)</h1>
   <ul>
   <li>This is expected to be the last feature release supporting Python 3.7,
   which reaches its end of life on June 27, 2023. Version 4.8.0 will support
   only Python 3.8.0 and up.</li>
   <li>Fix bug where a <code>typing_extensions.Protocol</code> class that had 
one or more
   non-callable members would raise <code>TypeError</code> when 
<code>issubclass()</code>
   was called against it, even if it defined a custom 
<code>__subclasshook__</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/python/typing_extensions/blob/main/CHANGELOG.md";>typing-extensions's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Release 4.8.0 (September 17, 2023)</h1>
   <p>No changes since 4.8.0rc1.</p>
   <h1>Release 4.8.0rc1 (September 7, 2023)</h1>
   <ul>
   <li>Add <code>typing_extensions.Doc</code>, as proposed by PEP 727. Patch by
   Sebastián Ramírez.</li>
   <li>Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex 
Waygood.</li>
   <li>Fix bug where <code>get_original_bases()</code> would return incorrect 
results when
   called on a concrete subclass of a generic class. Patch by Alex Waygood
   (backporting <a 
href="https://redirect.github.com/python/cpython/pull/107584";>python/cpython#107584</a>,
 by James
   Hilton-Balfe).</li>
   <li>Fix bug where <code>ParamSpec(default=...)</code> would raise a 
<code>TypeError</code> on Python
   versions &lt;3.11. Patch by James Hilton-Balfe</li>
   </ul>
   <h1>Release 4.7.1 (July 2, 2023)</h1>
   <ul>
   <li>Fix support for <code>TypedDict</code>, <code>NamedTuple</code> and 
<code>is_protocol</code> on PyPy-3.7 and
   PyPy-3.8. Patch by Alex Waygood. Note that PyPy-3.7 and PyPy-3.8 are 
unsupported
   by the PyPy project. The next feature release of typing-extensions will
   drop support for PyPy-3.7 and may also drop support for PyPy-3.8.</li>
   </ul>
   <h1>Release 4.7.0 (June 28, 2023)</h1>
   <ul>
   <li>This is expected to be the last feature release supporting Python 3.7,
   which reaches its end of life on June 27, 2023. Version 4.8.0 will support
   only Python 3.8.0 and up.</li>
   <li>Fix bug where a <code>typing_extensions.Protocol</code> class that had 
one or more
   non-callable members would raise <code>TypeError</code> when 
<code>issubclass()</code>
   was called against it, even if it defined a custom 
<code>__subclasshook__</code>
   method. The correct behaviour -- which has now been restored -- is not to
   raise <code>TypeError</code> in these situations if a custom 
<code>__subclasshook__</code> method
   is defined. Patch by Alex Waygood (backporting
   <a 
href="https://redirect.github.com/python/cpython/pull/105976";>python/cpython#105976</a>).</li>
   </ul>
   <h1>Release 4.7.0rc1 (June 21, 2023)</h1>
   <ul>
   <li>Add <code>typing_extensions.get_protocol_members</code> and
   <code>typing_extensions.is_protocol</code> (backport of CPython PR <a 
href="https://redirect.github.com/python/typing_extensions/issues/104878";>#104878</a>).
   Patch by Jelle Zijlstra.</li>
   <li><code>typing_extensions</code> now re-exports all names in the standard 
library's
   <code>typing</code> module, except the deprecated <code>ByteString</code>. 
Patch by Jelle
   Zijlstra.</li>
   <li>Due to changes in the implementation of 
<code>typing_extensions.Protocol</code>,
   <code>typing.runtime_checkable</code> can now be used on 
<code>typing_extensions.Protocol</code>
   (previously, users had to use 
<code>typing_extensions.runtime_checkable</code> if they
   were using <code>typing_extensions.Protocol</code>).</li>
   <li>Align the implementation of <code>TypedDict</code> with the 
implementation in the
   standard library on Python 3.9 and higher.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/python/typing_extensions/commit/c17c499b865585458bc334a1f895ebaedd2ab854";><code>c17c499</code></a>
 Prepare release 4.8.0 (<a 
href="https://redirect.github.com/python/typing_extensions/issues/283";>#283</a>)</li>
   <li><a 
href="https://github.com/python/typing_extensions/commit/df9e322f2d9cb66d936fbfeac524b5989b78cfd5";><code>df9e322</code></a>
 Run tests on py312 for more third-party projects (<a 
href="https://redirect.github.com/python/typing_extensions/issues/281";>#281</a>)</li>
   <li><a 
href="https://github.com/python/typing_extensions/commit/7e294992dfe3070b3ca228555fa3887001ceaab2";><code>7e29499</code></a>
 Release 4.8.0rc1 (<a 
href="https://redirect.github.com/python/typing_extensions/issues/280";>#280</a>)</li>
   <li><a 
href="https://github.com/python/typing_extensions/commit/ca2a739574fb259f156faba005aaa802e6f19faa";><code>ca2a739</code></a>
 Add Doc from PEP 727: <a 
href="https://peps.python.org/pep-0727/";>https://peps.python.org/pep-0727/</a> 
(<a 
href="https://redirect.github.com/python/typing_extensions/issues/277";>#277</a>)</li>
   <li><a 
href="https://github.com/python/typing_extensions/commit/13c9484f10f5f4b3ac995c49c06cef42d847723c";><code>13c9484</code></a>
 Fix ParamSpec ellipsis default for &lt;3.10 (<a 
href="https://redirect.github.com/python/typing_extensions/issues/279";>#279</a>)</li>
   <li><a 
href="https://github.com/python/typing_extensions/commit/4705e747b8380ce466d81b132134bd4ed399eb45";><code>4705e74</code></a>
 Improve documentation (<a 
href="https://redirect.github.com/python/typing_extensions/issues/278";>#278</a>)</li>
   <li><a 
href="https://github.com/python/typing_extensions/commit/99fa708df2af1ab5ecde47968d71dc5b0447fc5d";><code>99fa708</code></a>
 Backport CPython PR 107584 (<a 
href="https://redirect.github.com/python/typing_extensions/issues/275";>#275</a>)</li>
   <li><a 
href="https://github.com/python/typing_extensions/commit/688fbd2545944c9c36a0d08084e7c92642a81751";><code>688fbd2</code></a>
 Revert &quot;Skip running <code>cattrs</code> tests on PyPy (<a 
href="https://redirect.github.com/python/typing_extensions/issues/272";>#272</a>)&quot;
 (<a 
href="https://redirect.github.com/python/typing_extensions/issues/273";>#273</a>)</li>
   <li><a 
href="https://github.com/python/typing_extensions/commit/8dfa0a5dc31b298252d001304b9107be76e4de4c";><code>8dfa0a5</code></a>
 Skip running <code>cattrs</code> tests on PyPy (<a 
href="https://redirect.github.com/python/typing_extensions/issues/272";>#272</a>)</li>
   <li><a 
href="https://github.com/python/typing_extensions/commit/7bb3f3fca39d477b2bb04f64ff5ea2cc14383e51";><code>7bb3f3f</code></a>
 Fix third-party workflow (<a 
href="https://redirect.github.com/python/typing_extensions/issues/269";>#269</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/python/typing_extensions/compare/4.5.0...4.8.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typing-extensions&package-manager=pip&previous-version=4.5.0&new-version=4.8.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>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to