UNCLASSIFIED - NO CUI

Skip to content

Update dependency yarl to v1.14.0

POPs-renovate-tools_03Dec2024 requested to merge renovate/yarl-1.x into development

This MR contains the following updates:

Package Update Change
yarl minor ==1.13.1 -> ==1.14.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

aio-libs/yarl (yarl)

v1.14.0

Compare Source

======

(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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports