chore(deps): update dependency aiohttp to v3.8.3
Compare changes
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
aiohttp | dependencies | patch |
3.8.1 -> 3.8.3
|
v3.8.3
==================
.. attention::
This is the last :doc:aiohttp <index>
release tested under
Python 3.6. The 3.9 stream is dropping it from the CI and the
distribution package metadata.
Increased the upper boundary of the :doc:multidict:index
dependency
to allow for the version 6 -- by :user:hugovk
.
It used to be limited below version 7 in :doc:aiohttp <index>
v3.8.1 but
was lowered in v3.8.2 via 6550
and never brought back, causing
problems with dependency pins when upgrading. :doc:aiohttp <index>
v3.8.3
fixes that by recovering the original boundary of < 7
.
#​6950 <https://github.com/aio-libs/aiohttp/issues/6950>
_
v3.8.2
=====================================================
Support registering OPTIONS HTTP method handlers via RouteTableDef.
#​4663 <https://github.com/aio-libs/aiohttp/issues/4663>
_
Started supporting authority-form
and absolute-form
URLs on the server-side.
#​6227 <https://github.com/aio-libs/aiohttp/issues/6227>
_
Fix Python 3.11 alpha incompatibilities by using Cython 0.29.25
#​6396 <https://github.com/aio-libs/aiohttp/issues/6396>
_
Remove a deprecated usage of pytest.warns(None)
#​6663 <https://github.com/aio-libs/aiohttp/issues/6663>
_
Fix regression where asyncio.CancelledError
occurs on client disconnection.
#​6719 <https://github.com/aio-libs/aiohttp/issues/6719>
_
Export :py:class:~aiohttp.web.PrefixedSubAppResource
under
:py:mod:aiohttp.web
-- by :user:Dreamsorcerer
.
This fixes a regression introduced by 3469
.
#​6889 <https://github.com/aio-libs/aiohttp/issues/6889>
_
Dropped the :class:object
type possibility from
the :py:attr:aiohttp.ClientSession.timeout
property return type declaration.
#​6917 <https://github.com/aio-libs/aiohttp/issues/6917>
*,
#​6923 <https://github.com/aio-libs/aiohttp/issues/6923>
*
#​4137 <https://github.com/aio-libs/aiohttp/issues/4137>
_#​6401 <https://github.com/aio-libs/aiohttp/issues/6401>
_object
type possibility from
the :py:attr:aiohttp.ClientSession.timeout
property return type declaration.
#​6917 <https://github.com/aio-libs/aiohttp/issues/6917>
*,
#​6923 <https://github.com/aio-libs/aiohttp/issues/6923>
*#​4046 <https://github.com/aio-libs/aiohttp/issues/4046>
_#​6369 <https://github.com/aio-libs/aiohttp/issues/6369>
*, #​6399 <https://github.com/aio-libs/aiohttp/issues/6399>
*, #​6550 <https://github.com/aio-libs/aiohttp/issues/6550>
*, #​6708 <https://github.com/aio-libs/aiohttp/issues/6708>
*, #​6757 <https://github.com/aio-libs/aiohttp/issues/6757>
*, #​6857 <https://github.com/aio-libs/aiohttp/issues/6857>
*, #​6872 <https://github.com/aio-libs/aiohttp/issues/6872>
_This MR has been generated by Renovate Bot.