Update dependency aiohttp to v3.10.8
This MR contains the following updates:
Package | Update | Change |
---|---|---|
aiohttp | patch |
==3.10.6 -> ==3.10.8
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
aio-libs/aiohttp (aiohttp)
v3.10.8
===================
Bug fixes
-
Fixed cancellation leaking upwards on timeout -- by :user:
bdraco
.Related issues and pull requests on GitHub: :issue:
9326
.
v3.10.7
===================
Bug fixes
-
Fixed assembling the :class:
~yarl.URL
for web requests when the host contains a non-default port or IPv6 address -- by :user:bdraco
.Related issues and pull requests on GitHub: :issue:
9309
.
Miscellaneous internal changes
-
Improved performance of determining if a URL is absolute -- by :user:
bdraco
.The property :attr:
~yarl.URL.absolute
is more performant than the methodURL.is_absolute()
and preferred when newer versions of yarl are used.Related issues and pull requests on GitHub: :issue:
9171
. -
Replaced code that can now be handled by
yarl
-- by :user:bdraco
.Related issues and pull requests on GitHub: :issue:
9301
.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.