requirements-dev: upgrade multidict to 6.0.5
Fix compilation issue when using gcc-14 (i.e. debian/testing used in the
CI):
> × Building wheel for multidict (pyproject.toml) did not run successfully.
> │ exit code: 1
> [...]
> note: This error originates from a subprocess, and is likely not a problem with pip.
> ERROR: Failed building wheel for multidict
> [...]
> Failed to build multidict
> ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (multidict)
> make: Leaving directory '/home/build/dlrepo'
> make: *** [Makefile:18: .venv/.stamp] Error 1
Release notes seem harmless, so no regression is expected.
Note: version 6.1.0 is out, but release notes are more scary. Only focus
on fixing CI for now.
Link: https://github.com/aio-libs/multidict/releases/tag/v6.0.5
Link: https://github.com/aio-libs/multidict/issues/926
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
Acked-by: Julien Floret <julien.floret@6wind.com>
Acked-by: Robin Jarry <robin@jarry.cc>