Update dependency yarl to v1.13.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
yarl | minor |
==1.12.1 -> ==1.13.0
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
aio-libs/yarl (yarl)
v1.13.0
======
(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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.