Skip to content
Snippets Groups Projects
Unverified Commit 7ae00947 authored by Mathieu Parent's avatar Mathieu Parent Committed by GitHub
Browse files

Avoid yanked ruamel.yaml.clib version (#8372)

parent 59f62473
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ netaddr==0.7.19
pbr==5.4.4
jmespath==0.9.5
ruamel.yaml==0.16.10
ruamel.yaml.clib==0.2.4
ruamel.yaml.clib==0.2.6
MarkupSafe==1.1.1
......@@ -6,5 +6,5 @@ netaddr==0.7.19
pbr==5.4.4
jmespath==0.9.5
ruamel.yaml==0.16.10
ruamel.yaml.clib==0.2.4
ruamel.yaml.clib==0.2.6
MarkupSafe==1.1.1
......@@ -4,6 +4,6 @@ netaddr==0.7.19
pbr==5.4.4
jmespath==0.9.5
ruamel.yaml==0.16.10
ruamel.yaml.clib==0.2.4 ; python_version >= '3.5'
ruamel.yaml.clib==0.2.6 ; python_version >= '3.5'
ruamel.yaml.clib==0.2.2 ; python_version < '3.5'
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