ci: Update the python env for ci_run_n_monitor.py

Without this, it blows up on Fedora 39 because of changes introduced by
Python 3.12 which break a a couple of our dependencies.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
Faith Ekstrand
2023-11-01 18:21:55 -05:00
committed by Marge Bot
parent 6b8cdf84f0
commit 94ea8a5883

View File

@@ -4,5 +4,5 @@ gql==3.4.0
python-dateutil==2.8.2
python-gitlab==3.5.0
PyYAML==6.0.1
ruamel.yaml.clib==0.2.7
ruamel.yaml.clib==0.2.8
ruamel.yaml==0.17.21