Skip to content
Snippets Groups Projects
Unverified Commit 5e14398a authored by Olivier Lemasle's avatar Olivier Lemasle Committed by GitHub
Browse files

Upgrade ruamel.yaml.clib to work with Python 3.11 (#9426)

ruamel.yaml.clib did not build with the upcoming Python 3.11.

Cf. https://sourceforge.net/p/ruamel-yaml-clib/tickets/9/

ruamel.yaml.clib==0.2.7 fixes the issue.
parent 990f87ac
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,5 @@ netaddr==0.7.19 ...@@ -6,5 +6,5 @@ netaddr==0.7.19
pbr==5.4.4 pbr==5.4.4
jmespath==0.9.5 jmespath==0.9.5
ruamel.yaml==0.16.10 ruamel.yaml==0.16.10
ruamel.yaml.clib==0.2.6 ruamel.yaml.clib==0.2.7
MarkupSafe==1.1.1 MarkupSafe==1.1.1
...@@ -6,5 +6,5 @@ netaddr==0.7.19 ...@@ -6,5 +6,5 @@ netaddr==0.7.19
pbr==5.4.4 pbr==5.4.4
jmespath==0.9.5 jmespath==0.9.5
ruamel.yaml==0.16.10 ruamel.yaml==0.16.10
ruamel.yaml.clib==0.2.6 ruamel.yaml.clib==0.2.7
MarkupSafe==1.1.1 MarkupSafe==1.1.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment