Skip to content

Commit 53b32af

Browse files
Update docutils requirement from <0.23 to <0.24
Updates the requirements on [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) --- updated-dependencies: - dependency-name: docutils dependency-version: '0.23' dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 112d2d3 commit 53b32af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Homepage = "https://docs.qbraid.com/v2/pyqasm"
4444
cli = ["typer>=0.12.1", "rich>=10.11.0", "typing-extensions"]
4545
test = ["pytest", "pytest-cov", "pytest-mpl", "pillow<12.3.0", "matplotlib", "tabulate"]
4646
lint = ["black", "isort>=6.0.0", "pylint", "mypy", "qbraid-cli>=0.10.2"]
47-
docs = ["sphinx>=7.3.7,<8.3.0", "sphinx-autodoc-typehints>=1.24,<3.2", "sphinx-rtd-theme>=2.0.0,<4.0.0", "docutils<0.23", "sphinx-copybutton"]
47+
docs = ["sphinx>=7.3.7,<8.3.0", "sphinx-autodoc-typehints>=1.24,<3.2", "sphinx-rtd-theme>=2.0.0,<4.0.0", "docutils<0.24", "sphinx-copybutton"]
4848
visualization = ["pillow<12.3.0", "matplotlib", "tabulate"]
4949
pulse = ["openpulse>=1.0.1"]
5050

0 commit comments

Comments
 (0)