From 94ea8a5883d822332f7ca81dd0189d25b8dc20bc Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Wed, 1 Nov 2023 18:21:55 -0500 Subject: [PATCH] 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: --- bin/ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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