From CI:
+ ./update_version/update_version.py -s mobileapps -v 2026-08-03-170706-production
Traceback (most recent call last):
File "/srv/jenkins-agent/workspace/mobileapps-pipeline-publish@2/deployment-charts/./update_version/update_version.py", line 70, in load_yaml
data = ruamel.yaml.load(
file,
ruamel.yaml.RoundTripLoader,
preserve_quotes=True
)
File "/usr/lib/python3/dist-packages/ruamel/yaml/main.py", line 1087, in load
error_deprecation('load', 'load', arg=_error_dep_arg, comment=_error_dep_comment)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/ruamel/yaml/main.py", line 1041, in error_deprecation
raise AttributeError(s, name=None)
AttributeError:
"load()" has been removed, use
yaml = YAML(typ='rt')
yaml.load(...)
and register any classes that you use, or check the tag attribute on the loaded data,
instead of file "/srv/jenkins-agent/workspace/mobileapps-pipeline-publish@2/deployment-charts/./update_version/update_version.py", line 70
data = ruamel.yaml.load(
During handling of the above exception, another exception occurred: