~rjarry/dlrepo

1140c1b3dcc997e64fa4276d2aac67d8db845fd7 — Thomas Faivre a month ago 2e0de6e
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M requirements-dev.txt
M requirements-dev.txt => requirements-dev.txt +1 -1
@@ 19,7 19,7 @@ Jinja2==3.1.2
lazy-object-proxy==1.10.0
MarkupSafe==2.1.3
mccabe==0.7.0
multidict==6.0.4
multidict==6.0.5
mypy-extensions==1.0.0
packaging==23.2
pathspec==0.12.1