summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFaith Ekstrand <faith.ekstrand@collabora.com>2023-11-01 18:21:55 -0500
committerMarge Bot <emma+marge@anholt.net>2023-11-14 00:48:15 +0000
commit94ea8a5883d822332f7ca81dd0189d25b8dc20bc (patch)
tree030b70d5a424eac2eb2fb4d21238c9ca89f9a293 /bin
parent6b8cdf84f0716700db0a5a9980ec00d9f33231a5 (diff)
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>
Diffstat (limited to 'bin')
-rw-r--r--bin/ci/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ci/requirements.txt b/bin/ci/requirements.txt
index 79cd26fab9a..cc3baf6966a 100644
--- a/bin/ci/requirements.txt
+++ b/bin/ci/requirements.txt
@@ -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