dependabot[bot] opened a new pull request, #2845: URL: https://github.com/apache/tinkerpop/pull/2845
Bumps [yarl](https://github.com/aio-libs/yarl) from 1.13.1 to 1.16.0. <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.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> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved performance of constructing :class:<code>~yarl.URL</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/1336">#1336</a>.</p> </li> <li> <p>Improved performance of calling :py:meth:<code>~yarl.URL.build</code> and constructing unencoded :class:<code>~yarl.URL</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/1345">#1345</a>.</p> </li> <li> <p>Reworked the internal encoding cache to improve performance on cache hit -- 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/1369">#1369</a>.</p> </li> </ul> <hr /> <h2>1.16.0rc0</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> <!-- 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.16.0</h1> <p><em>(2024-10-21)</em></p> <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> :issue:<code>1342</code>.</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> :issue:<code>1348</code>, :issue:<code>1357</code>, :issue:<code>1363</code>.</p> </li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved performance of constructing :class:<code>~yarl.URL</code> -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1336</code>.</p> </li> <li> <p>Improved performance of calling :py:meth:<code>~yarl.URL.build</code> and constructing unencoded :class:<code>~yarl.URL</code> -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1345</code>.</p> </li> <li> <p>Reworked the internal encoding cache to improve performance on cache hit -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1369</code>.</p> </li> </ul> <hr /> <h1>1.15.5</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/yarl/commit/a147d2ea743f8cf83798ef8f8d54e564f6765f6e"><code>a147d2e</code></a> Release 1.16.0 (<a href="https://redirect.github.com/aio-libs/yarl/issues/1372">#1372</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/a8b8d7f76af57ff44cfda6bde90f379c9e230460"><code>a8b8d7f</code></a> Move <code>split_url</code> cache around encoding the URL (<a href="https://redirect.github.com/aio-libs/yarl/issues/1369">#1369</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/7175383f7d22cb48ffe1f701b0b440dce9e2c261"><code>7175383</code></a> Add test coverage for creating URLs from pre-encodeded str (<a href="https://redirect.github.com/aio-libs/yarl/issues/1370">#1370</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/ea970f2e388dc071ac118b8fb9c4ed653fa8499a"><code>ea970f2</code></a> Remove unreachable authority absolute path check in <code>URL.__new__</code> (<a href="https://redirect.github.com/aio-libs/yarl/issues/1368">#1368</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/291108800b0caa41fed014251355c08505b6d574"><code>2911088</code></a> Add coverage for invalid IDNA encoding (<a href="https://redirect.github.com/aio-libs/yarl/issues/1367">#1367</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/bbb82574747f2323e876dcd3cede1b996daef9a2"><code>bbb8257</code></a> Add coverage for passing encoded <code>SplitResult</code> to create a <code>URL</code> (<a href="https://redirect.github.com/aio-libs/yarl/issues/1366">#1366</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/ed2d648eaf5896f6911e68688440dd1082d8d236"><code>ed2d648</code></a> Fix loop variable being redefined in <code>cache_configure</code> (<a href="https://redirect.github.com/aio-libs/yarl/issues/1363">#1363</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/f42f34e1aa680558881c7d1e3e0dfdb986b41b72"><code>f42f34e</code></a> Move path functions into their own module (<a href="https://redirect.github.com/aio-libs/yarl/issues/1362">#1362</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/12413d3efcfe78c46e2b5a52c7f31ab3b07924e9"><code>12413d3</code></a> Move human_quote into the quoters module (<a href="https://redirect.github.com/aio-libs/yarl/issues/1361">#1361</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/55967c22cffa823ab8a207b891b8acd0937fc7f6"><code>55967c2</code></a> Move URL parsing functions to their own module (<a href="https://redirect.github.com/aio-libs/yarl/issues/1360">#1360</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/yarl/compare/v1.13.1...v1.16.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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
