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

   Bumps [yarl](https://github.com/aio-libs/yarl) from 1.9.4 to 1.9.11.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/aio-libs/yarl/releases";>yarl's releases</a>.</em></p>
   <blockquote>
   <h2>1.9.11</h2>
   <h2>Bug fixes</h2>
   <ul>
   <li>
   <p>Fixed a :exc:<code>TypeError</code> with <code>MultiDictProxy</code> and 
Python 3.8 -- by :user:<code>bdraco</code>.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   <a href="https://redirect.github.com/aio-libs/yarl/issues/1084";>#1084</a>, 
<a href="https://redirect.github.com/aio-libs/yarl/issues/1105";>#1105</a>, <a 
href="https://redirect.github.com/aio-libs/yarl/issues/1107";>#1107</a>.</p>
   </li>
   </ul>
   <h2>Miscellaneous internal changes</h2>
   <ul>
   <li>
   <p>Improved performance of encoding hosts -- by 
:user:<code>bdraco</code>.</p>
   <p>Previously, the library would unconditionally try to parse a host as an 
IP Address. The library now avoids trying to parse a host as an IP Address if 
the string is not in one of the formats described in 
:rfc:<code>3986#section-3.2.2</code>.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   <a 
href="https://redirect.github.com/aio-libs/yarl/issues/1104";>#1104</a>.</p>
   </li>
   </ul>
   <hr />
   <h2>1.9.10</h2>
   <h2>Bug fixes</h2>
   <ul>
   <li>
   <p>:meth:<code>URL.join() &lt;yarl.URL.join&gt;</code> has been changed to 
match
   :rfc:<code>3986</code> and align with
   :meth:<code>/ operation &lt;yarl.URL.__truediv__&gt;</code> and 
:meth:<code>URL.joinpath() &lt;yarl.URL.joinpath&gt;</code>
   when joining URLs with empty segments.
   Previously :py:func:<code>urllib.parse.urljoin</code> was used,
   which has known issues with empty segments
   (<code>python/cpython#84774 
&lt;https://github.com/python/cpython/issues/84774&gt;</code>_).</p>
   <p>Due to the semantics of :meth:<code>URL.join() 
&lt;yarl.URL.join&gt;</code>, joining an
   URL with scheme requires making it relative, prefixing with 
<code>./</code>.</p>
   <p>.. code-block:: pycon</p>
   <blockquote>
   <blockquote>
   <blockquote>
   <p>URL(&quot;<a 
href="https://web.archive.org/web/%22).join(URL(%22./https://github.com/aio-libs/yarl%22)">https://web.archive.org/web/&quot;).join(URL(&quot;./https://github.com/aio-libs/yarl&quot;)</a>)
   URL('<a 
href="https://web.archive.org/web/https://github.com/aio-libs/yarl";>https://web.archive.org/web/https://github.com/aio-libs/yarl</a>')</p>
   </blockquote>
   </blockquote>
   </blockquote>
   <p>Empty segments are honored in the base as well as the joined part.</p>
   <p>.. code-block:: pycon</p>
   <blockquote>
   <blockquote>
   <blockquote>
   <p>URL(&quot;<a 
href="https://web.archive.org/web/https://%22).join(URL(%22github.com/aio-libs/yarl%22)">https://web.archive.org/web/https://&quot;).join(URL(&quot;github.com/aio-libs/yarl&quot;)</a>)
   URL('<a 
href="https://web.archive.org/web/https://github.com/aio-libs/yarl";>https://web.archive.org/web/https://github.com/aio-libs/yarl</a>')</p>
   </blockquote>
   </blockquote>
   </blockquote>
   </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/yarl/blob/master/CHANGES.rst";>yarl's 
changelog</a>.</em></p>
   <blockquote>
   <h1>1.9.11</h1>
   <p><em>(2024-09-04)</em></p>
   <h2>Bug fixes</h2>
   <ul>
   <li>
   <p>Fixed a :exc:<code>TypeError</code> with <code>MultiDictProxy</code> and 
Python 3.8 -- by :user:<code>bdraco</code>.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   :issue:<code>1084</code>, :issue:<code>1105</code>, 
:issue:<code>1107</code>.</p>
   </li>
   </ul>
   <h2>Miscellaneous internal changes</h2>
   <ul>
   <li>
   <p>Improved performance of encoding hosts -- by 
:user:<code>bdraco</code>.</p>
   <p>Previously, the library would unconditionally try to parse a host as an 
IP Address. The library now avoids trying to parse a host as an IP Address if 
the string is not in one of the formats described in 
:rfc:<code>3986#section-3.2.2</code>.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   :issue:<code>1104</code>.</p>
   </li>
   </ul>
   <hr />
   <h1>1.9.10</h1>
   <p><em>(2024-09-04)</em></p>
   <h2>Bug fixes</h2>
   <ul>
   <li>
   <p>:meth:<code>URL.join() &lt;yarl.URL.join&gt;</code> has been changed to 
match
   :rfc:<code>3986</code> and align with
   :meth:<code>/ operation &lt;yarl.URL.__truediv__&gt;</code> and 
:meth:<code>URL.joinpath() &lt;yarl.URL.joinpath&gt;</code>
   when joining URLs with empty segments.
   Previously :py:func:<code>urllib.parse.urljoin</code> was used,
   which has known issues with empty segments
   (<code>python/cpython#84774 
&lt;https://github.com/python/cpython/issues/84774&gt;</code>_).</p>
   <p>Due to the semantics of :meth:<code>URL.join() 
&lt;yarl.URL.join&gt;</code>, joining an
   URL with scheme requires making it relative, prefixing with 
<code>./</code>.</p>
   <p>.. code-block:: pycon</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/29d693deb083287745b41138db6597a4ed2da59b";><code>29d693d</code></a>
 Release 1.9.11</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/7acfed4c62f85acb6d98b4aa836cd8fb78da01bc";><code>7acfed4</code></a>
 Fix <code>TypeError</code> with <code>MultiDictProxy</code> and Python 3.8 (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1107";>#1107</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/51541ecc582cbc0196bd34c4cad74b3b15f8988b";><code>51541ec</code></a>
 Avoid trying to parse strings that cannot be IP Addresses (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1104";>#1104</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/bccb8af95ed6867339188b891d1430e1e55c50e8";><code>bccb8af</code></a>
 Increment version to 1.9.11.dev0 (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1106";>#1106</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/bfef13050dd7d299f7b993b058e61cb50eacbd63";><code>bfef130</code></a>
 Release 1.9.10</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/af585b2f694dbc870eeceddd3d87928719fe7ad4";><code>af585b2</code></a>
 RFC3986 compatible URL.join honoring empty segments again (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1082";>#1082</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/b631867c54335bdd05b84843d5a2dd85e2db4166";><code>b631867</code></a>
 Introduce absolute cached property (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1100";>#1100</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/f06445c2c8904227ea469114cdb09d4d9805ae92";><code>f06445c</code></a>
 Adjust missing type changelog message to be attr instead of meth (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1101";>#1101</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/3d4b8cad4096b02a24f049559f60249c58331e75";><code>3d4b8ca</code></a>
 Increment version to 1.9.10.dev0 (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1099";>#1099</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/1466ce8b71ca8481b4d132e5c1239fbf87ee45c4";><code>1466ce8</code></a>
 Release 1.9.9</li>
   <li>Additional commits viewable in <a 
href="https://github.com/aio-libs/yarl/compare/v1.9.4...v1.9.11";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yarl&package-manager=pip&previous-version=1.9.4&new-version=1.9.11)](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