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

   Bumps [multidict](https://github.com/aio-libs/multidict) from 4.7.6 to 6.0.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/aio-libs/multidict/releases";>multidict's 
releases</a>.</em></p>
   <blockquote>
   <h2>6.0.4</h2>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed a type annotations regression introduced in v6.0.2 under Python 
versions &lt;3.10. It was caused by importing certain types only available in 
newer versions. ((<a 
href="https://redirect.github.com/aio-libs/multidict/issues/798";>#798</a>))</li>
   </ul>
   <h2>6.0.3</h2>
   <h2>Features</h2>
   <ul>
   <li>Declared the official support for Python 3.11 — by 
:user:<code>mlegner</code>. ((<a 
href="https://redirect.github.com/aio-libs/multidict/issues/872";>#872</a>))</li>
   </ul>
   <h2>v6.0.2</h2>
   <h2>Bugfixes</h2>
   <ul>
   <li>Revert (<a 
href="https://redirect.github.com/aio-libs/multidict/issues/644";>#644</a>), 
restore type annotations to as-of 5.2.0 version. ((<a 
href="https://redirect.github.com/aio-libs/multidict/issues/688";>#688</a>))</li>
   </ul>
   <h2>v6.0.1</h2>
   <h2>Bugfixes</h2>
   <ul>
   <li>
   <p>Restored back <code>MultiDict</code>, <code>CIMultiDict</code>, 
<code>MultiDictProxy</code>, and
   <code>CIMutiDictProxy</code> generic type arguments; they are parameterized 
by value type, but the
   key type is fixed by container class.</p>
   <p><code>MultiDict[int]</code> means <code>MutableMultiMapping[str, 
int]</code>. The key type of
   <code>MultiDict</code> is always <code>str</code>, while all str-like keys 
are accepted by API and
   converted to <code>str</code> internally.</p>
   <p>The same is true for <code>CIMultiDict[int]</code> which means 
<code>MutableMultiMapping[istr, int]</code>. str-like keys are accepted but 
converted to <code>istr</code> internally. ((<a 
href="https://redirect.github.com/aio-libs/multidict/issues/682";>#682</a>))</p>
   </li>
   </ul>
   <h2>v6.0.0</h2>
   <h2>Features</h2>
   <ul>
   <li>
   <p>Use <code>METH_FASTCALL</code> where it makes sense.</p>
   <p><code>MultiDict.add()</code> is 2.2 times faster now, 
<code>CIMultiDict.add()</code> is 1.5 times faster.
   The same boost is applied to <code>get*()</code>, <code>setdefault()</code>, 
and <code>pop*()</code> methods. ((<a 
href="https://redirect.github.com/aio-libs/multidict/issues/681";>#681</a>))</p>
   </li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed type annotations for keys of multidict mapping classes. ((<a 
href="https://redirect.github.com/aio-libs/multidict/issues/644";>#644</a>))</li>
   <li>Support Multidict[int] for pure-python version.
   <code>__class_getitem__</code> is already provided by C Extension, making it 
work with the pure-extension too. ((<a 
href="https://redirect.github.com/aio-libs/multidict/issues/678";>#678</a>))</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/aio-libs/multidict/blob/master/CHANGES.rst";>multidict's
 changelog</a>.</em></p>
   <blockquote>
   <h1>6.0.4 (2022-12-24)</h1>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed a type annotations regression introduced in v6.0.2 under Python 
versions &lt;3.10. It was caused by importing certain types only available in 
newer versions. (:issue:<code>798</code>)</li>
   </ul>
   <h1>6.0.3 (2022-12-03)</h1>
   <h2>Features</h2>
   <ul>
   <li>Declared the official support for Python 3.11 — by 
:user:<code>mlegner</code>. (:issue:<code>872</code>)</li>
   </ul>
   <h1>6.0.2 (2022-01-24)</h1>
   <h2>Bugfixes</h2>
   <ul>
   <li>Revert :issue:<code>644</code>, restore type annotations to as-of 5.2.0 
version. (:issue:<code>688</code>)</li>
   </ul>
   <h1>6.0.1 (2022-01-23)</h1>
   <h2>Bugfixes</h2>
   <ul>
   <li>
   <p>Restored back <code>MultiDict</code>, <code>CIMultiDict</code>, 
<code>MultiDictProxy</code>, and
   <code>CIMutiDictProxy</code> generic type arguments; they are parameterized 
by value type, but the
   key type is fixed by container class.</p>
   <p><code>MultiDict[int]</code> means <code>MutableMultiMapping[str, 
int]</code>. The key type of
   <code>MultiDict</code> is always <code>str</code>, while all str-like keys 
are accepted by API and
   converted to <code>str</code> internally.</p>
   <p>The same is true for <code>CIMultiDict[int]</code> which means 
<code>MutableMultiMapping[istr, int]</code>. str-like keys are accepted but 
converted to <code>istr</code> internally. (:issue:<code>682</code>)</p>
   </li>
   </ul>
   <h1>6.0.0 (2022-01-22)</h1>
   <h2>Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/aio-libs/multidict/commit/47ac8a18ccfee3578c0a92a2651325fc9dd3ae72";><code>47ac8a1</code></a>
 Bump the project version to 6.0.4</li>
   <li><a 
href="https://github.com/aio-libs/multidict/commit/34ce3a651fbe7170d0f80205a8b62ff424be2d2d";><code>34ce3a6</code></a>
 Revert collections import (<a 
href="https://redirect.github.com/aio-libs/multidict/issues/798";>#798</a>)</li>
   <li><a 
href="https://github.com/aio-libs/multidict/commit/437f2c4981ca736547913cabc58c992e9bfb3603";><code>437f2c4</code></a>
 Add CodeQL workflow for GitHub code scanning (<a 
href="https://redirect.github.com/aio-libs/multidict/issues/786";>#786</a>)</li>
   <li><a 
href="https://github.com/aio-libs/multidict/commit/a611551460681ec0799d648df2f332ce01a172fb";><code>a611551</code></a>
 Bump isort from 5.11.3 to 5.11.4 (<a 
href="https://redirect.github.com/aio-libs/multidict/issues/801";>#801</a>)</li>
   <li><a 
href="https://github.com/aio-libs/multidict/commit/c0959b63106efce9f278aed9f4d77272a25fc8cf";><code>c0959b6</code></a>
 Bump towncrier from 22.8.0 to 22.12.0 (<a 
href="https://redirect.github.com/aio-libs/multidict/issues/800";>#800</a>)</li>
   <li><a 
href="https://github.com/aio-libs/multidict/commit/dfd9328e0dd3f44fefed339852a9e35566d54215";><code>dfd9328</code></a>
 Bump isort from 5.11.2 to 5.11.3 (<a 
href="https://redirect.github.com/aio-libs/multidict/issues/799";>#799</a>)</li>
   <li><a 
href="https://github.com/aio-libs/multidict/commit/c7e78ed1c3f95307e3764374b5177a3b6778a9cb";><code>c7e78ed</code></a>
 Bump isort from 5.11.1 to 5.11.2 (<a 
href="https://redirect.github.com/aio-libs/multidict/issues/797";>#797</a>)</li>
   <li><a 
href="https://github.com/aio-libs/multidict/commit/273a07ccb03c9301220fdde9788a57e8578e835c";><code>273a07c</code></a>
 Bump isort from 5.10.1 to 5.11.1 (<a 
href="https://redirect.github.com/aio-libs/multidict/issues/795";>#795</a>)</li>
   <li><a 
href="https://github.com/aio-libs/multidict/commit/85125855ed75160c1aa5d92d42ae21962a8c2d84";><code>8512585</code></a>
 Fix typo in multidict.rst (<a 
href="https://redirect.github.com/aio-libs/multidict/issues/794";>#794</a>)</li>
   <li><a 
href="https://github.com/aio-libs/multidict/commit/771f288b71e363fa1b369f24ece30d10ea498d81";><code>771f288</code></a>
 Bump black from 22.10.0 to 22.12.0 (<a 
href="https://redirect.github.com/aio-libs/multidict/issues/793";>#793</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/aio-libs/multidict/compare/v4.7.6...v6.0.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=multidict&package-manager=pip&previous-version=4.7.6&new-version=6.0.4)](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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to