Update dependency frozenlist to v1.5.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
frozenlist | minor |
==1.4.1 -> ==1.5.0
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
aio-libs/frozenlist (frozenlist)
v1.5.0
==================
Bug fixes
-
An incorrect signature of the
__class_getitem__
class method has been fixed, adding a missingclass_item
argument under Python 3.8 and older.This change also improves the code coverage of this method that was previously missing -- by :user:
webknjaz
.Related issues and pull requests on GitHub: :issue:
567
, :issue:571
.
Improved documentation
-
Rendered issue, MR, and commit links now lead to
frozenlist
's repo instead ofyarl
's repo.Related issues and pull requests on GitHub: :issue:
573
. -
On the :doc:
Contributing docs <contributing/guidelines>
page, a link to theTowncrier philosophy
has been fixed.Related issues and pull requests on GitHub: :issue:
574
.
Packaging updates and notes for downstreams
-
A name of a temporary building directory now reflects that it's related to
frozenlist
, notyarl
.Related issues and pull requests on GitHub: :issue:
573
. -
Declared Python 3.13 supported officially in the distribution package metadata.
Related issues and pull requests on GitHub: :issue:
595
.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.