Skip to content

Commit

Permalink
Bump yarl from 1.13.1 to 1.14.0 (#9433)
Browse files Browse the repository at this point in the history
Bumps [yarl](https://github.com/aio-libs/yarl) from 1.13.1 to 1.14.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.14.0</h2>
<h2>Packaging updates and notes for downstreams</h2>
<ul>
<li>
<p>Switched to using the :mod:<code>propcache
&lt;propcache.api&gt;</code> package for property caching
-- by :user:<code>bdraco</code>.</p>
<p>The :mod:<code>propcache &lt;propcache.api&gt;</code> package is
derived from the property caching
code in :mod:<code>yarl</code> and has been broken out to avoid
maintaining it for multiple
projects.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/yarl/issues/1169">#1169</a>.</p>
</li>
</ul>
<h2>Contributor-facing changes</h2>
<ul>
<li>
<p>Started testing with Hypothesis -- by :user:<code>webknjaz</code> and
:user:<code>bdraco</code>.</p>
<p>Special thanks to :user:<code>Zac-HD</code> for helping us get
started with this framework.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/yarl/issues/860">#860</a>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of
:py:meth:<code>~yarl.URL.is_default_port</code> when no explicit port is
set -- 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/1168">#1168</a>.</p>
</li>
<li>
<p>Improved performance of converting :class:<code>~yarl.URL</code> to a
string when no explicit port is set -- 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/1170">#1170</a>.</p>
</li>
<li>
<p>Improved performance of the :py:meth:<code>~yarl.URL.origin</code>
method -- 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/1175">#1175</a>.</p>
</li>
<li>
<p>Improved performance of encoding hosts -- 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/1176">#1176</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.14.0</h1>
<p><em>(2024-10-08)</em></p>
<h2>Packaging updates and notes for downstreams</h2>
<ul>
<li>
<p>Switched to using the :mod:<code>propcache
&lt;propcache.api&gt;</code> package for property caching
-- by :user:<code>bdraco</code>.</p>
<p>The :mod:<code>propcache &lt;propcache.api&gt;</code> package is
derived from the property caching
code in :mod:<code>yarl</code> and has been broken out to avoid
maintaining it for multiple
projects.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1169</code>.</p>
</li>
</ul>
<h2>Contributor-facing changes</h2>
<ul>
<li>
<p>Started testing with Hypothesis -- by :user:<code>webknjaz</code> and
:user:<code>bdraco</code>.</p>
<p>Special thanks to :user:<code>Zac-HD</code> for helping us get
started with this framework.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>860</code>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of
:py:meth:<code>~yarl.URL.is_default_port</code> when no explicit port is
set -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1168</code>.</p>
</li>
<li>
<p>Improved performance of converting :class:<code>~yarl.URL</code> to a
string when no explicit port is set -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1170</code>.</p>
</li>
<li>
<p>Improved performance of the :py:meth:<code>~yarl.URL.origin</code>
method -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1175</code>.</p>
</li>
<li>
<p>Improved performance of encoding hosts -- by
:user:<code>bdraco</code>.</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/5a4f23dc6198d51a8ac5e6d8e1123c27a3c8d593"><code>5a4f23d</code></a>
Release 1.14.0 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1180">#1180</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/4f35eda33e289d9ad8de2653e204ea89ed1e8749"><code>4f35eda</code></a>
Migrate to using propcache for property caching (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1169">#1169</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/31c9feebf6edadef339c9c9706889d530f9b5f7e"><code>31c9fee</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1179">#1179</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/2f12eceb804b4889aace32ea761ddaaf291efb1a"><code>2f12ece</code></a>
Bump pre-commit from 3.8.0 to 4.0.0 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1178">#1178</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/ba2c6f7f7fe69a356e8da9e64d2a20ce15321b27"><code>ba2c6f7</code></a>
🧪 Integrate Hypothesis in tests (<a
href="https://redirect.github.com/aio-libs/yarl/issues/860">#860</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/755ba9c235c964a1d8ba820e3b3ca68c210bdd66"><code>755ba9c</code></a>
Cleanup some unnecessary internal property accesses (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1177">#1177</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/d2892dadc1ba97626f3d89656374eef5b5598d7e"><code>d2892da</code></a>
Improve performance of _encode_host (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1176">#1176</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/cf080332160558c948a00cae9ce43d1d24ccabb0"><code>cf08033</code></a>
Improve performance of building the origin (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1175">#1175</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/f81ac5340a63b8c8359da995754b86b1d29045db"><code>f81ac53</code></a>
Remove reference to alpine linux from readme (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1172">#1172</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/79d53eb2625dddcaa6d4d4a0041aa5c339aac08b"><code>79d53eb</code></a>
Improve performance of converting URL to a string (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1170">#1170</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/yarl/compare/v1.13.1...v1.14.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.13.1&new-version=1.14.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent e9edd04 commit c4a3f27
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ multidict==6.1.0
packaging==24.1
# via gunicorn
propcache==0.2.0
# via -r requirements/runtime-deps.in
# via
# -r requirements/runtime-deps.in
# yarl
pycares==4.4.0
# via aiodns
pycparser==2.22
Expand All @@ -40,5 +42,5 @@ typing-extensions==4.12.2
# via multidict
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.13.1
yarl==1.14.0
# via -r requirements/runtime-deps.in
6 changes: 4 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ pluggy==1.5.0
pre-commit==3.5.0
# via -r requirements/lint.in
propcache==0.2.0
# via -r requirements/runtime-deps.in
# via
# -r requirements/runtime-deps.in
# yarl
proxy-py==2.4.8
# via
# -r requirements/lint.in
Expand Down Expand Up @@ -271,7 +273,7 @@ wait-for-it==2.2.2
# via -r requirements/test.in
wheel==0.44.0
# via pip-tools
yarl==1.13.1
yarl==1.14.0
# via -r requirements/runtime-deps.in
zipp==3.20.2
# via
Expand Down
6 changes: 4 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ pluggy==1.5.0
pre-commit==3.5.0
# via -r requirements/lint.in
propcache==0.2.0
# via -r requirements/runtime-deps.in
# via
# -r requirements/runtime-deps.in
# yarl
proxy-py==2.4.8
# via
# -r requirements/lint.in
Expand Down Expand Up @@ -263,7 +265,7 @@ wait-for-it==2.2.2
# via -r requirements/test.in
wheel==0.44.0
# via pip-tools
yarl==1.13.1
yarl==1.14.0
# via -r requirements/runtime-deps.in
zipp==3.20.2
# via
Expand Down
6 changes: 4 additions & 2 deletions requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ multidict==6.1.0
# -r requirements/runtime-deps.in
# yarl
propcache==0.2.0
# via -r requirements/runtime-deps.in
# via
# -r requirements/runtime-deps.in
# yarl
pycares==4.4.0
# via aiodns
pycparser==2.22
# via cffi
typing-extensions==4.12.2
# via multidict
yarl==1.13.1
yarl==1.14.0
# via -r requirements/runtime-deps.in
6 changes: 5 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ packaging==24.1
# pytest
pluggy==1.5.0
# via pytest
propcache==0.2.0
# via
# -r requirements/runtime-deps.in
# yarl
proxy-py==2.4.8
# via -r requirements/test.in
pycares==4.4.0
Expand Down Expand Up @@ -131,5 +135,5 @@ uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpyt
# via -r requirements/base.in
wait-for-it==2.2.2
# via -r requirements/test.in
yarl==1.13.1
yarl==1.14.0
# via -r requirements/runtime-deps.in

0 comments on commit c4a3f27

Please sign in to comment.