Skip to content

Commit 9dd3595

Browse files
Update sphinx-autodoc-typehints requirement (#205)
Updates the requirements on [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](tox-dev/sphinx-autodoc-typehints@1.24.0...3.1.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e02eb0 commit 9dd3595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cirq = ["cirq-core>=1.3.0,<1.5.0"]
4141
qasm3 = ["pyqasm>=0.2.1,<0.3.0", "numpy"]
4242
test = ["qbraid>=0.9.0,<0.10.0", "pytest", "pytest-cov", "autoqasm>=0.1.0"]
4343
lint = ["black", "isort", "pylint", "qbraid-cli>=0.10.1"]
44-
docs = ["sphinx>=7.3.7,<=8.3.0", "sphinx-autodoc-typehints>=1.24,<3.1", "sphinx-rtd-theme>=2.0,<3.1", "docutils<0.22", "sphinx-copybutton"]
44+
docs = ["sphinx>=7.3.7,<=8.3.0", "sphinx-autodoc-typehints>=1.24,<3.2", "sphinx-rtd-theme>=2.0,<3.1", "docutils<0.22", "sphinx-copybutton"]
4545

4646
[tool.setuptools]
4747
packages = ["qbraid_qir", "qbraid_qir.cirq", "qbraid_qir.qasm3"]

0 commit comments

Comments
 (0)