Unpin the upper bound of docutils

This commit is contained in:
Karolina Surma 2026-07-07 11:18:13 +02:00
commit e62fa98a18

View file

@ -368,6 +368,9 @@ sed -i -e '/pytest-xdist/d' pyproject.toml
# sphinx 9.1.0 requires pytest >= 9, which we don't have in Fedora yet
sed -i '/"pytest>=/ s/>=[^",]*//' pyproject.toml
# docutils moves faster than sphinx
%pyproject_patch_dependency docutils:drop_upper
# Drop test-dependency on defusedxml,
# use xml from the standard library instead.
# defusedxml is safer but this is only used in tests.