From 2ec2610e79266970caf1a7a9baf93bcfff3342c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 05:57:57 +0000 Subject: [PATCH] [DEPENDABOT]: Update nbsphinx requirement in /docs 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.1...0.9.2) --- updated-dependencies: - dependency-name: nbsphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 30cf1da..e481dc1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,7 +5,7 @@ ipywidgets>=8.0.0 #Jinja2>=2.11.3,<3.1.0 #nbconvert>=6.4.5 # very slow build -nbsphinx>=0.8.1,<0.8.7 +nbsphinx>=0.8.1,<0.9.3 pyenchant>=3.1.1 requests sphinx>=3.5.4,<=4.0.0