Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump yarl from 1.15.2 to 1.15.4 in /_integration-tests/u…
…tils/agent (#343) Bumps [yarl](https://github.com/aio-libs/yarl) from 1.15.2 to 1.15.4. <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.15.4</h2> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved performance of the quoter when all characters are safe -- 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/1288">#1288</a>.</p> </li> <li> <p>Improved performance of unquoting strings -- 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/1292">#1292</a>, <a href="https://redirect.github.com/aio-libs/yarl/issues/1293">#1293</a>.</p> </li> <li> <p>Improved performance of calling :py:meth:<code>~yarl.URL.build</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/1297">#1297</a>.</p> </li> </ul> <hr /> <h2>1.15.3</h2> <h2>Bug fixes</h2> <ul> <li> <p>Fixed :py:meth:<code>~yarl.URL.build</code> failing to validate paths must start with a <code>/</code> when passing <code>authority</code> -- by :user:<code>bdraco</code>.</p> <p>The validation only worked correctly when passing <code>host</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/1265">#1265</a>.</p> </li> </ul> <h2>Removals and backward incompatible breaking changes</h2> <ul> <li> <p>Removed support for Python 3.8 as it has reached end of life -- 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/1203">#1203</a>.</p> </li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved performance of constructing :class:<code>~yarl.URL</code> when the net location is only the host -- 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/1271">#1271</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.15.4</h1> <p><em>(2024-10-16)</em></p> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved performance of the quoter when all characters are safe -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1288</code>.</p> </li> <li> <p>Improved performance of unquoting strings -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1292</code>, :issue:<code>1293</code>.</p> </li> <li> <p>Improved performance of calling :py:meth:<code>~yarl.URL.build</code> -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1297</code>.</p> </li> </ul> <hr /> <h1>1.15.3</h1> <p><em>(2024-10-15)</em></p> <h2>Bug fixes</h2> <ul> <li> <p>Fixed :py:meth:<code>~yarl.URL.build</code> failing to validate paths must start with a <code>/</code> when passing <code>authority</code> -- by :user:<code>bdraco</code>.</p> <p>The validation only worked correctly when passing <code>host</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1265</code>.</p> </li> </ul> <h2>Removals and backward incompatible breaking changes</h2> <ul> <li>Removed support for Python 3.8 as it has reached end of life -- by :user:<code>bdraco</code>.</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/f75a81dc5751d7c20e5395c6fc9a0ed1d1a0ccf6"><code>f75a81d</code></a> Release 1.15.4 (<a href="https://redirect.github.com/aio-libs/yarl/issues/1301">#1301</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/d40efffa9f40c53df3b5c8532c3ad54a8711a2c1"><code>d40efff</code></a> Improve performance of <code>URL.build</code> by avoiding operations (<a href="https://redirect.github.com/aio-libs/yarl/issues/1297">#1297</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/6e574b6f11f60c00ef0d550d4b3148c71b57af62"><code>6e574b6</code></a> Fix query benchmarks to avoid testing property cache hits (<a href="https://redirect.github.com/aio-libs/yarl/issues/1300">#1300</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/cd1d352f2bdab3e73866b8acdc2fb2396c70288c"><code>cd1d352</code></a> Add benchmark for building a URL with query (<a href="https://redirect.github.com/aio-libs/yarl/issues/1299">#1299</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/10ce80a5773d39f7afc09b8bc05a5ed8915b4006"><code>10ce80a</code></a> Remove redundant hypothesis pytest mark (<a href="https://redirect.github.com/aio-libs/yarl/issues/1298">#1298</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/760c6273f671263fe2a91a1d971c08db1c62f314"><code>760c627</code></a> Add query string benchmarks (<a href="https://redirect.github.com/aio-libs/yarl/issues/1295">#1295</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/976f540ff7c4b0584cb2e41df34b3bd3db388368"><code>976f540</code></a> Fix path quoting benchmarks to use the same quoting config as production (<a href="https://redirect.github.com/aio-libs/yarl/issues/1294">#1294</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/2395cb8743f258774c678a36346d960c281bc813"><code>2395cb8</code></a> Avoid creating a new unquoted string if nothing changes (<a href="https://redirect.github.com/aio-libs/yarl/issues/1293">#1293</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/4533b3c8e2c5ac201332ef0b22813805b86509c5"><code>4533b3c</code></a> Use faster Python unicode API for unquoter (<a href="https://redirect.github.com/aio-libs/yarl/issues/1292">#1292</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/e776a701dc8bf45eb07b94896462ce3d67004b92"><code>e776a70</code></a> Improve quoter performance when all characters are safe (<a href="https://redirect.github.com/aio-libs/yarl/issues/1288">#1288</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/yarl/compare/v1.15.2...v1.15.4">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.15.2&new-version=1.15.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information