UNCLASSIFIED - NO CUI

Skip to content

Update dependency yarl to v1.13.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.12.1 -> ==1.13.0

Warning

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


Release Notes

aio-libs/yarl (yarl)

v1.13.0

Compare Source

======

(2024-09-26)

Bug fixes

  • Started rejecting ASCII hostnames with invalid characters. For host strings that look like authority strings, the exception message includes advice on what to do instead -- by :user:mjpieters.

    Related issues and pull requests on GitHub: :issue:880, :issue:954.

  • Fixed IPv6 addresses missing brackets when the :class:~yarl.URL was converted to a string -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:1157, :issue:1158.

Features

  • Added :attr:~yarl.URL.host_subcomponent which returns the :rfc:3986#section-3.2.2 host subcomponent -- by :user:bdraco.

    The only current practical difference between :attr:~yarl.URL.raw_host and :attr:~yarl.URL.host_subcomponent is that IPv6 addresses are returned bracketed.

    Related issues and pull requests on GitHub: :issue:1159.



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