You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my jenkins pipeline I would like to perform multiple tasks using osc-sdk-python package and ansible-lint package. But unfortunately, during the python requirements, the latest version of osc-sdk-python is not compatible with the latest version of the package ruamel.yaml.
Is it possible to update the requirements of osc-sdk-python to use ruamel.yaml>=0.18.5 ?
The conflict is caused by:
ansible-lint 24.9.2 depends on ruamel.yaml>=0.18.5
osc-sdk-python 0.30.1 depends on ruamel.yaml==0.17.32
I've seen that there is a Pull Request already opened by dependabot for this purpose.
Thanks in advance,
Thomas
The text was updated successfully, but these errors were encountered:
Hello,
In my jenkins pipeline I would like to perform multiple tasks using
osc-sdk-python
package andansible-lint
package. But unfortunately, during the python requirements, the latest version ofosc-sdk-python
is not compatible with the latest version of the packageruamel.yaml
.Is it possible to update the requirements of
osc-sdk-python
to useruamel.yaml>=0.18.5
?I've seen that there is a Pull Request already opened by dependabot for this purpose.
Thanks in advance,
Thomas
The text was updated successfully, but these errors were encountered: