diff --git a/doc/changelog.d/814.fixed.md b/doc/changelog.d/814.fixed.md new file mode 100644 index 000000000..231ecc913 --- /dev/null +++ b/doc/changelog.d/814.fixed.md @@ -0,0 +1 @@ +Add flexible range for the \`\`pyyaml\`\` version diff --git a/pyproject.toml b/pyproject.toml index 48bd644f0..22466c53e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "Jinja2>=3.1.2", "pdf2image>=1.17.0", "pydata-sphinx-theme>=0.15.4,<0.17", - "PyYAML==6.0.3", + "PyYAML>=6.0", "Sphinx>=6.1.0", ]