From 1f946f032ff99aa7cff6f29b8f8618ef858c0d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 01:34:11 +0000 Subject: [PATCH] build(deps): update nbsphinx requirement in /requirements 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.8.5...0.9.7) --- updated-dependencies: - dependency-name: nbsphinx dependency-version: 0.9.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 6b65450094164..3c34dd33fa5d9 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,6 +1,6 @@ sphinx >5.0, <6.0 myst-parser >=0.18.1, <3.0.0 -nbsphinx >=0.8.5, <=0.9.2 +nbsphinx >=0.8.5, <=0.9.7 nbconvert <7.14 # temporary fix for https://github.com/jupyter/nbconvert/issues/2092 pandoc >=1.0, <=2.3 docutils >=0.16, <0.22