Skip to content

Commit

Permalink
chore(deps-dev): bump yarl from 1.18.0 to 1.18.3 in /_integration-tes…
Browse files Browse the repository at this point in the history
…ts/utils/agent (#441)

Bumps [yarl](https://github.com/aio-libs/yarl) from 1.18.0 to 1.18.3.
<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.3</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed uppercase ASCII hosts being rejected by :meth:<code>URL.build()
&lt;yarl.URL.build&gt;</code> and
:py:meth:<code>~yarl.URL.with_host</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/954">#954</a>,
<a
href="https://redirect.github.com/aio-libs/yarl/issues/1442">#1442</a>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performances of multiple path properties on cache miss -- 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/1443">#1443</a>.</p>
</li>
</ul>
<hr />
<h2>1.18.2</h2>
<p>This release also failed to fully upload and was yanked from PyPI.
Please use 1.18.3 instead.</p>
<p>No significant changes.</p>
<hr />
<h2>1.18.1</h2>
<p>This release failed to fully upload and was yanked from PyPI. Please
use 1.18.2 instead.</p>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved cache performance when :class:<code>~yarl.URL</code> objects
are constructed from :py:meth:<code>~yarl.URL.build</code> with
<code>encoded=True</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/1432">#1432</a>.</p>
</li>
<li>
<p>Improved cache performance for operations that produce a new
:class:<code>~yarl.URL</code> object -- 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/1434">#1434</a>,
<a
href="https://redirect.github.com/aio-libs/yarl/issues/1436">#1436</a>.</p>
</li>
</ul>
<hr />
</blockquote>
</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.3</h1>
<p><em>(2024-12-01)</em></p>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed uppercase ASCII hosts being rejected by :meth:<code>URL.build()
&lt;yarl.URL.build&gt;</code> and
:py:meth:<code>~yarl.URL.with_host</code> -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>954</code>, :issue:<code>1442</code>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performances of multiple path properties on cache miss -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1443</code>.</p>
</li>
</ul>
<hr />
<h1>1.18.2</h1>
<p><em>(2024-11-29)</em></p>
<p>No significant changes.</p>
<hr />
<h1>1.18.1</h1>
<p><em>(2024-11-29)</em></p>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>Improved cache performance when :class:<code>~yarl.URL</code>
objects are constructed from :py:meth:<code>~yarl.URL.build</code> with
<code>encoded=True</code> -- 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/5862a36c1a228e28bd830eedb5c2ef2b39523657"><code>5862a36</code></a>
Release 1.18.3 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1446">#1446</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/558e4b0aa64f722d1f45f4b70fdae0a89dcdacc8"><code>558e4b0</code></a>
Improve performance of path functions on cache miss (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1443">#1443</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/7585a9694990f4b60e43f49f0a5f2f0ab8ef24f6"><code>7585a96</code></a>
Add benchmarks that bypass the cached property decorators (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1445">#1445</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/aecebb1363975a905b55de43984be0e2ec93da8c"><code>aecebb1</code></a>
Bump propcache to 0.2.1 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1444">#1444</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/20661d677b51107f99200e5547c1c619bba33226"><code>20661d6</code></a>
Ensure ASCII host case normalization happens before validation (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1442">#1442</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/4706c4c854ab18317ee962e151f3b71382e0a72d"><code>4706c4c</code></a>
Increment version to 1.18.3.dev0 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1440">#1440</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/65d3aed2f2dd5ca3494d6de2ccdc150422e09ca2"><code>65d3aed</code></a>
Release 1.18.2 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1439">#1439</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/3be8acbd344d0b9bba8f6e40bbd73c9aff15a165"><code>3be8acb</code></a>
Increment version to 1.18.2.dev0 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1437">#1437</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/42c00b519ef75147d064c3cdeb80222bb4f60eab"><code>42c00b5</code></a>
Increase allowed upload time for the release (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1438">#1438</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/2cc2ebfcccb5ab20c15533ea4f8f17e599bdb451"><code>2cc2ebf</code></a>
Release 1.18.1 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1435">#1435</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/yarl/compare/v1.18.0...v1.18.3">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.18.0&new-version=1.18.3)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Dec 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e46449e commit 8b7e512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _integration-tests/utils/agent/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -18,4 +18,4 @@ requests==2.32.3
six==1.16.0
typing_extensions==4.12.2
urllib3==2.2.3
yarl==1.18.0
yarl==1.18.3

0 comments on commit 8b7e512

Please sign in to comment.