Update dependency aiohttp to v3.11.12
This MR contains the following updates:
Package | Update | Change |
---|---|---|
aiohttp | patch |
==3.11.11 -> ==3.11.12
|
Release Notes
aio-libs/aiohttp (aiohttp)
v3.11.12
====================
Bug fixes
-
MultipartForm.decode()
now follows RFC1341 7.2.1 with aCRLF
after the boundary -- by :user:imnotjames
.Related issues and pull requests on GitHub: :issue:
10270
. -
Restored the missing
total_bytes
attribute toEmptyStreamReader
-- by :user:bdraco
.Related issues and pull requests on GitHub: :issue:
10387
.
Features
-
Updated :py:func:
~aiohttp.request
to make it accept_RequestOptions
kwargs. -- by :user:Cycloctane
.Related issues and pull requests on GitHub: :issue:
10300
. -
Improved logging of HTTP protocol errors to include the remote address -- by :user:
bdraco
.Related issues and pull requests on GitHub: :issue:
10332
.
Improved documentation
-
Added
aiohttp-openmetrics
to list of third-party libraries -- by :user:jelmer
.Related issues and pull requests on GitHub: :issue:
10304
.
Packaging updates and notes for downstreams
-
Added missing files to the source distribution to fix
Makefile
targets. Added acythonize-nodeps
target to run Cython without invoking pip to install dependencies.Related issues and pull requests on GitHub: :issue:
10366
. -
Started building armv7l musllinux wheels -- by :user:
bdraco
.Related issues and pull requests on GitHub: :issue:
10404
.
Contributor-facing changes
-
The CI/CD workflow has been updated to use
upload-artifact
v4 anddownload-artifact
v4 GitHub Actions -- by :user:silamon
.Related issues and pull requests on GitHub: :issue:
10281
.
Miscellaneous internal changes
-
Restored support for zero copy writes when using Python 3.12 versions 3.12.9 and later or Python 3.13.2+ -- by :user:
bdraco
.Zero copy writes were previously disabled due to :cve:
2024-12254
which is resolved in these Python versions.Related issues and pull requests on GitHub: :issue:
10137
.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.