Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump yarl from 1.17.1 to 1.18.0 in /_integration-tes…
…ts/utils/agent (#412) Bumps [yarl](https://github.com/aio-libs/yarl) from 1.17.1 to 1.18.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.18.0</h2> <h2>Features</h2> <ul> <li> <p>Added <code>keep_query</code> and <code>keep_fragment</code> flags in the :py:meth:<code>yarl.URL.with_path</code>, :py:meth:<code>yarl.URL.with_name</code> and :py:meth:<code>yarl.URL.with_suffix</code> methods, allowing users to optionally retain the query string and fragment in the resulting URL when replacing the path -- by :user:<code>paul-nameless</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/111">#111</a>, <a href="https://redirect.github.com/aio-libs/yarl/issues/1421">#1421</a>.</p> </li> </ul> <h2>Contributor-facing changes</h2> <ul> <li> <p>Started running downstream <code>aiohttp</code> tests in CI -- by :user:<code>Cycloctane</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/1415">#1415</a>.</p> </li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved performance of converting :class:<code>~yarl.URL</code> to a string -- 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/1422">#1422</a>.</p> </li> </ul> <hr /> <h2>1.17.2</h2> <h2>Bug fixes</h2> <ul> <li> <p>Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package -- by :user:<code>ajsanchezsanz</code> and :user:<code>markgreene74</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/1411">#1411</a>, <a href="https://redirect.github.com/aio-libs/yarl/issues/1412">#1412</a>.</p> </li> <li> <p>Fixed a bug causing :attr:<code>~yarl.URL.port</code> to return the default port when the given port was zero -- by :user:<code>gmacon</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/1413">#1413</a>.</p> </li> </ul> <h2>Features</h2> <!-- 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.18.0</h1> <p><em>(2024-11-21)</em></p> <h2>Features</h2> <ul> <li> <p>Added <code>keep_query</code> and <code>keep_fragment</code> flags in the :py:meth:<code>yarl.URL.with_path</code>, :py:meth:<code>yarl.URL.with_name</code> and :py:meth:<code>yarl.URL.with_suffix</code> methods, allowing users to optionally retain the query string and fragment in the resulting URL when replacing the path -- by :user:<code>paul-nameless</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>111</code>, :issue:<code>1421</code>.</p> </li> </ul> <h2>Contributor-facing changes</h2> <ul> <li> <p>Started running downstream <code>aiohttp</code> tests in CI -- by :user:<code>Cycloctane</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1415</code>.</p> </li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved performance of converting :class:<code>~yarl.URL</code> to a string -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1422</code>.</p> </li> </ul> <hr /> <h1>1.17.2</h1> <p><em>(2024-11-17)</em></p> <h2>Bug fixes</h2> <ul> <li> <p>Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package -- by :user:<code>ajsanchezsanz</code> and :user:<code>markgreene74</code>.</p> <p><em>Related issues and pull requests on GitHub:</em></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/2e8cd0d53a864d3316c15aed45f30ab2d3933b0a"><code>2e8cd0d</code></a> Release 1.18.0 (<a href="https://redirect.github.com/aio-libs/yarl/issues/1429">#1429</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/b7bdfd5f53e70c4207ad2d1278956712104718ef"><code>b7bdfd5</code></a> Add aiohttp tests to CI (<a href="https://redirect.github.com/aio-libs/yarl/issues/1415">#1415</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/fc08cb8d36a5622dd77259fa19d8aacde9305de8"><code>fc08cb8</code></a> Allow replacing path without replacing query or fragment (<a href="https://redirect.github.com/aio-libs/yarl/issues/1421">#1421</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/2b94725e90bb4406cc88fda10375c80d673300df"><code>2b94725</code></a> Revert "Temporarily downgrade codecov-action to 5.0.3 to fix CI" (<a href="https://redirect.github.com/aio-libs/yarl/issues/1428">#1428</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/9f99a40c36f9c83647c795d541b3b48351391a4b"><code>9f99a40</code></a> Remove internal <code>_default_port</code> property (<a href="https://redirect.github.com/aio-libs/yarl/issues/1424">#1424</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/57d69fed0fc36db28d3590c7732db3f026e5c501"><code>57d69fe</code></a> Temporarily downgrade codecov-action to 5.0.3 to fix CI (<a href="https://redirect.github.com/aio-libs/yarl/issues/1425">#1425</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/a8d2556d24cc502809f415b1d917f5a87ef42453"><code>a8d2556</code></a> Bump master to 1.18.0.dev0 (<a href="https://redirect.github.com/aio-libs/yarl/issues/1423">#1423</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/b07cbb888d4b08ddaf81261b6c8f6fdbe461971b"><code>b07cbb8</code></a> Improve performance of converting a URL to a string (<a href="https://redirect.github.com/aio-libs/yarl/issues/1422">#1422</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/b31eaa17956cb756f9493a541d57c17420b4baed"><code>b31eaa1</code></a> Increment version to 1.17.3.dev0 (<a href="https://redirect.github.com/aio-libs/yarl/issues/1420">#1420</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/4ab9b12babeb429b36de2276524b2b26e225e4de"><code>4ab9b12</code></a> Release 1.17.2 (<a href="https://redirect.github.com/aio-libs/yarl/issues/1419">#1419</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/yarl/compare/v1.17.1...v1.18.0">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.17.1&new-version=1.18.0)](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