bin/ci: Update python-gitlab to 5.x for Python 3.14 compatibility

Update python-gitlab from 4.x to 5.x to fix AttributeError with
__annotations__ when running on Python 3.14. The 4.x series is
incompatible with Python 3.14 due to changes in how class annotations
are handled.

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38123>
This commit is contained in:
Christian Gmeiner 2025-10-28 23:25:57 +01:00 committed by Marge Bot
parent c4c545b287
commit 84ea560e11

View file

@ -6,7 +6,7 @@ kaleido==0.2.*
pandas==2.*
plotly==5.*
python-dateutil==2.*
python-gitlab==4.*
python-gitlab==5.*
rich==14.1.*
ruamel.yaml.clib==0.2.*
ruamel.yaml==0.17.*