Update dependency aiohttp to v3.13.2
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| aiohttp | patch |
==3.13.1 -> ==3.13.2
|
Release Notes
aio-libs/aiohttp (aiohttp)
v3.13.2
===================
Bug fixes
-
Fixed cookie parser to continue parsing subsequent cookies when encountering a malformed cookie that fails regex validation, such as Google's
g_statecookie with unescaped quotes -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
11632. -
Fixed loading netrc credentials from the default :file:
~/.netrc(:file:~/_netrcon Windows) location when the :envvar:NETRCenvironment variable is not set -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
11713, :issue:11714. -
Fixed WebSocket compressed sends to be cancellation safe. Tasks are now shielded during compression to prevent compressor state corruption. This ensures that the stateful compressor remains consistent even when send operations are cancelled -- by :user:
bdraco.Related issues and pull requests on GitHub: :issue:
11725.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.