From 580565b39a646246458fbbce44c12b1e97676b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 03:22:50 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement 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) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.24.0...2.4.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68516c9..23dee99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Discord = "https://discord.gg/TPBU2sa8Et" visualization = ["matplotlib"] test = ["pytest", "pytest-cov"] lint = ["isort", "ruff", "qbraid-cli"] -docs = ["sphinx~=7.4.7", "sphinx-autodoc-typehints>=1.24,<2.3", "sphinx-rtd-theme~=2.0.0", "docutils<0.22", "sphinx-copybutton"] +docs = ["sphinx~=7.4.7", "sphinx-autodoc-typehints>=1.24,<2.5", "sphinx-rtd-theme~=2.0.0", "docutils<0.22", "sphinx-copybutton"] [tool.setuptools_scm] write_to = "qbraid_algorithms/_version.py"