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

   Bumps [yarl](https://github.com/aio-libs/yarl) from 1.13.1 to 1.17.1.
   <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.17.1</h2>
   <h2>Miscellaneous internal changes</h2>
   <ul>
   <li>
   <p>Improved performance of many :class:<code>~yarl.URL</code> methods -- 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/1396";>#1396</a>, 
<a href="https://redirect.github.com/aio-libs/yarl/issues/1397";>#1397</a>, <a 
href="https://redirect.github.com/aio-libs/yarl/issues/1398";>#1398</a>.</p>
   </li>
   <li>
   <p>Improved performance of passing a <code>dict</code> or <code>str</code> 
to :py:meth:<code>~yarl.URL.extend_query</code> -- 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/1401";>#1401</a>.</p>
   </li>
   </ul>
   <hr />
   <h2>1.17.0</h2>
   <h2>Features</h2>
   <ul>
   <li>
   <p>Added :attr:<code>~yarl.URL.host_port_subcomponent</code> which returns 
the :rfc:<code>3986#section-3.2.2</code> host and 
:rfc:<code>3986#section-3.2.3</code> port subcomponent -- 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/1375";>#1375</a>.</p>
   </li>
   </ul>
   <hr />
   <h2>1.16.0</h2>
   <h2>Bug fixes</h2>
   <ul>
   <li>
   <p>Fixed blocking I/O to load Python code when creating a new 
:class:<code>~yarl.URL</code> with non-ascii characters in the network location 
part -- 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/1342";>#1342</a>.</p>
   </li>
   </ul>
   <h2>Removals and backward incompatible breaking changes</h2>
   <ul>
   <li>
   <p>Migrated to using a single cache for encoding hosts -- by 
:user:<code>bdraco</code>.</p>
   <p>Passing <code>ip_address_size</code> and <code>host_validate_size</code> 
to :py:meth:<code>~yarl.cache_configure</code> is deprecated in favor of the 
new <code>encode_host_size</code> parameter and will be removed in a future 
release. For backwards compatibility, the old parameters affect the 
<code>encode_host</code> cache size.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   <a href="https://redirect.github.com/aio-libs/yarl/issues/1348";>#1348</a>, 
<a href="https://redirect.github.com/aio-libs/yarl/issues/1357";>#1357</a>, <a 
href="https://redirect.github.com/aio-libs/yarl/issues/1363";>#1363</a>.</p>
   </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.17.1</h1>
   <p><em>(2024-10-30)</em></p>
   <h2>Miscellaneous internal changes</h2>
   <ul>
   <li>
   <p>Improved performance of many :class:<code>~yarl.URL</code> methods -- by 
:user:<code>bdraco</code>.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   :issue:<code>1396</code>, :issue:<code>1397</code>, 
:issue:<code>1398</code>.</p>
   </li>
   <li>
   <p>Improved performance of passing a <code>dict</code> or <code>str</code> 
to :py:meth:<code>~yarl.URL.extend_query</code> -- by 
:user:<code>bdraco</code>.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   :issue:<code>1401</code>.</p>
   </li>
   </ul>
   <hr />
   <h1>1.17.0</h1>
   <p><em>(2024-10-28)</em></p>
   <h2>Features</h2>
   <ul>
   <li>
   <p>Added :attr:<code>~yarl.URL.host_port_subcomponent</code> which returns 
the :rfc:<code>3986#section-3.2.2</code> host and 
:rfc:<code>3986#section-3.2.3</code> port subcomponent -- by 
:user:<code>bdraco</code>.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   :issue:<code>1375</code>.</p>
   </li>
   </ul>
   <hr />
   <h1>1.16.0</h1>
   <p><em>(2024-10-21)</em></p>
   <h2>Bug fixes</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/f7b83d7216cd9044777dd055dd482fb2e549eaa8";><code>f7b83d7</code></a>
 Release 1.17.1 (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1400";>#1400</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/5c2af26b91e5d51ebdea2db5cc94aa324f6efb98";><code>5c2af26</code></a>
 Small cleanups to <code>encode_url</code> (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1405";>#1405</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/0113797f2938d4f9e2c4ecbe8510a3431a1c492a";><code>0113797</code></a>
 Fix grammar in <a 
href="https://redirect.github.com/aio-libs/yarl/issues/1396";>#1396</a> 
changelog fragment (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1404";>#1404</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/fb25462df4c59c3542c62cac425fde66ab37ab9e";><code>fb25462</code></a>
 Add missing type for <code>_val</code> to <code>_InternalURLCache</code> 
<code>TypedDict</code> (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1403";>#1403</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/979e06a846142f8f5ed005fde8ab2a1eceb58372";><code>979e06a</code></a>
 Additional small cleanups to as a followup to removing <code>self._val</code> 
(<a href="https://redirect.github.com/aio-libs/yarl/issues/1402";>#1402</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/71d171e4c6b7f1e369ab2eb266eee791bfdc8314";><code>71d171e</code></a>
 Add a fast path to <code>get_str_query</code> for <code>dict</code> and 
<code>str</code> (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1401";>#1401</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/8ce8d67834fc5160aada6864af9fb0652262f9b0";><code>8ce8d67</code></a>
 Small cleanups as a followup to removing <code>self._val</code> (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1399";>#1399</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/07798bfea8ee157d43a02741d91c21d564c4ec20";><code>07798bf</code></a>
 Avoid creation of tuples to create new <code>URL</code> objects (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1398";>#1398</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/3f2c26f0f5744f2c7a36dffe5c5bf05c56077f05";><code>3f2c26f</code></a>
 Replace <code>self._val</code> with separate properties (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1397";>#1397</a>)</li>
   <li><a 
href="https://github.com/aio-libs/yarl/commit/41af4a354367b4136d696f32f5150aff470bde12";><code>41af4a3</code></a>
 Complete removal of <code>SplitResult</code> as an internal (<a 
href="https://redirect.github.com/aio-libs/yarl/issues/1396";>#1396</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/aio-libs/yarl/compare/v1.13.1...v1.17.1";>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.13.1&new-version=1.17.1)](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