Update dependency yarl to v1.14.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
yarl | minor |
==1.13.1 -> ==1.14.0
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
aio-libs/yarl (yarl)
v1.14.0
======
(2024-10-08)
Packaging updates and notes for downstreams
-
Switched to using the :mod:
propcache <propcache.api>
package for property caching -- by :user:bdraco
.The :mod:
propcache <propcache.api>
package is derived from the property caching code in :mod:yarl
and has been broken out to avoid maintaining it for multiple projects.Related issues and pull requests on GitHub: :issue:
1169
.
Contributor-facing changes
-
Started testing with Hypothesis -- by :user:
webknjaz
and :user:bdraco
.Special thanks to :user:
Zac-HD
for helping us get started with this framework.Related issues and pull requests on GitHub: :issue:
860
.
Miscellaneous internal changes
-
Improved performance of :py:meth:
~yarl.URL.is_default_port
when no explicit port is set -- by :user:bdraco
.Related issues and pull requests on GitHub: :issue:
1168
. -
Improved performance of converting :class:
~yarl.URL
to a string when no explicit port is set -- by :user:bdraco
.Related issues and pull requests on GitHub: :issue:
1170
. -
Improved performance of the :py:meth:
~yarl.URL.origin
method -- by :user:bdraco
.Related issues and pull requests on GitHub: :issue:
1175
. -
Improved performance of encoding hosts -- by :user:
bdraco
.Related issues and pull requests on GitHub: :issue:
1176
.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.