From a0622488cca16478a43d73279dd09727ca5d935b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 01:18:13 +0000 Subject: [PATCH] pip prod(deps): update nbsphinx requirement from <=0.9.1 to <=0.9.2 Updates the requirements on [nbsphinx](https://github.com/spatialaudio/nbsphinx) to permit the latest version. - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](https://github.com/spatialaudio/nbsphinx/compare/0.1.0...0.9.2) --- updated-dependencies: - dependency-name: nbsphinx 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 a84517e..7b06490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ anndata = { optional = true, version = ">=0.7.6,<0.10.0" } black = { optional = true, version = "*" } pytest-cov = { optional = true, version = "*" } sphinx = { optional = true, version = "<7" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279 -nbsphinx = { optional = true, version = "<=0.9.1" } +nbsphinx = { optional = true, version = "<=0.9.2" } sphinx-autodoc-typehints = { optional = true, version = "<=1.23.0" } sphinx_rtd_theme = { optional = true, version = "<=1.2.2" } readthedocs-sphinx-ext = { optional = true, version = "<=2.2.2" }