From e639a5f9f5e00098a82c4d5ec61d4735bc3515ad Mon Sep 17 00:00:00 2001 From: Krittin Phornsiricharoenphant Date: Fri, 19 Dec 2025 21:57:57 +0700 Subject: [PATCH] bump to py3.12 compliant WMCore version and its deps. --- cicd/crabserver_pypi/requirements.txt | 8 ++++---- cicd/crabserver_pypi/wmcore_requirements.txt | 2 +- cicd/crabtaskworker_pypi/requirements.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cicd/crabserver_pypi/requirements.txt b/cicd/crabserver_pypi/requirements.txt index d920f227a1..3f84bd9fc2 100644 --- a/cicd/crabserver_pypi/requirements.txt +++ b/cicd/crabserver_pypi/requirements.txt @@ -1,15 +1,15 @@ # Original dependencies from WMCore's requirements.txt -# https://github.com/dmwm/WMCore/blob/2.3.7.1/requirements.txt +# https://github.com/dmwm/WMCore/blob/2.4.5.2/requirements.txt # Lesser deps but match the version with upstream. Cheetah3==3.2.6.post1 -CherryPy==18.8.0 +CherryPy~=18.10.0 CMSMonitoring==0.6.11 dbs3-client==4.0.12 -future==0.18.3 +future~=1.0.0 httplib2==0.20.4 psutil==5.9.5 pycurl==7.45.2 PyJWT==2.4.0 retry==0.9.2 -boto3~=1.12.49 +boto3~=1.42.10 cx-Oracle~=8.3.0 diff --git a/cicd/crabserver_pypi/wmcore_requirements.txt b/cicd/crabserver_pypi/wmcore_requirements.txt index 121be64bb8..0b42c91640 100644 --- a/cicd/crabserver_pypi/wmcore_requirements.txt +++ b/cicd/crabserver_pypi/wmcore_requirements.txt @@ -6,4 +6,4 @@ # # Specifying repo other than "dmwm/WMCore" will use "clone-and-copy" method instead # of "pip install". See more detail in cicd/crabserver/installWMCore.sh -https://github.com/dmwm/WMCore 2.3.7.1 +https://github.com/dmwm/WMCore 2.4.5.2 diff --git a/cicd/crabtaskworker_pypi/requirements.txt b/cicd/crabtaskworker_pypi/requirements.txt index e77a9e66c4..bfe15e5de5 100644 --- a/cicd/crabtaskworker_pypi/requirements.txt +++ b/cicd/crabtaskworker_pypi/requirements.txt @@ -1,8 +1,8 @@ -# https://github.com/dmwm/WMCore/blob/2.3.7.1/requirements.txt +# https://github.com/dmwm/WMCore/blob/2.4.5.2/requirements.txt # update deps version when bump wmcore version dbs3-client~=4.0.12 -future~=0.18.2 +future~=1.0.0 htcondor~=25.0.3 psutil~=5.9.1 pycurl~=7.45.1