From 156e82747953195fd25f287397ee8c3738cd11fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 02:27:54 +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.5.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 78d880f..6c4380a 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.5", "sphinx-rtd-theme~=3.0.1", "docutils<0.22", "sphinx-copybutton"] +docs = ["sphinx~=7.4.7", "sphinx-autodoc-typehints>=1.24,<2.6", "sphinx-rtd-theme~=3.0.1", "docutils<0.22", "sphinx-copybutton"] [tool.setuptools_scm] write_to = "qbraid_algorithms/_version.py"