Skip to content

Commit c937ae1

Browse files
release: bump version 1.6.2
1 parent 4c21d76 commit c937ae1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changelog.d/814.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add flexible range for the \`\`pyyaml\`\` version

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ theme-name = "ansys_sphinx_theme"
1111
[project]
1212
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
1313
name = "ansys-sphinx-theme"
14-
version = "1.6.1"
14+
version = "1.6.2"
1515
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
1616
readme = "README.rst"
1717
requires-python = ">=3.10,<4"
@@ -34,7 +34,7 @@ dependencies = [
3434
"Jinja2>=3.1.2",
3535
"pdf2image>=1.17.0",
3636
"pydata-sphinx-theme>=0.15.4,<0.17",
37-
"PyYAML==6.0.2",
37+
"PyYAML>=6.0",
3838
"Sphinx>=6.1.0",
3939
]
4040

0 commit comments

Comments
 (0)