From 9b986c38c7f46e50dadc450db1779c3045d3d5c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 01:16:20 +0000 Subject: [PATCH] pip prod(deps): update sphinx requirement from <8 to <9 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/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...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 88783f6..b05ae86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ setuptools = "*" anndata = { optional = true, version = ">=0.7.6,<0.11.2" } black = { optional = true, version = "*" } pytest-cov = { optional = true, version = "*" } -sphinx = { optional = true, version = "<8" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279 +sphinx = { optional = true, version = "<9" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279 nbsphinx = { optional = true, version = "<=0.9.5" } sphinx-autodoc-typehints = { optional = true, version = "<=2.3.0" } sphinx_rtd_theme = { optional = true, version = "<=3.0.2" }