From 0904b7400dada8e866d6560b423cd0e7b6057fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:07:41 +0000 Subject: [PATCH] Update sphinx requirement from <8.1.0,>=7.3.7 to >=7.3.7,<8.2.0 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.1.3) --- updated-dependencies: - dependency-name: sphinx 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 a92ebda..3c43570 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ cirq = ["cirq-core>=1.3.0,<1.5.0"] qasm3 = ["pyqasm>=0.0.1"] test = ["qbraid>=0.7.1,<0.9.0", "pytest", "pytest-cov", "autoqasm>=0.1.0"] lint = ["black[jupyter]", "isort", "pylint", "qbraid-cli>=0.8.7"] -docs = ["pyqasm>=0.0.1", "sphinx>=7.3.7,<8.1.0", "sphinx-autodoc-typehints>=1.24,<2.5", "sphinx-rtd-theme>=2.0,<3.1", "docutils<0.22", "sphinx-copybutton"] +docs = ["pyqasm>=0.0.1", "sphinx>=7.3.7,<8.2.0", "sphinx-autodoc-typehints>=1.24,<2.5", "sphinx-rtd-theme>=2.0,<3.1", "docutils<0.22", "sphinx-copybutton"] [tool.setuptools.dynamic] version = {attr = "qbraid_qir.__version__"}