From c2e2d6389ad63ccc3f19116145494b35c1457871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:25:43 +0000 Subject: [PATCH] build: update nbsphinx requirement from <0.9.5,>=0.8.8 to >=0.8.8,<0.9.6 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.8...0.9.5) --- 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 ab4511458..1095c0a76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dynamic = ["version"] docs = [ "ipykernel>=6.13.0", "nbconvert>=7.0.0,<7.14", - "nbsphinx>=0.8.8,<0.9.5", + "nbsphinx>=0.8.8,<0.9.6", "pandoc", "pybtex", "pydata-sphinx-theme>=0.12",