From 87fae2cee543f57524214f5ecbf1a806623ab3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:30:37 +0000 Subject: [PATCH] Bump nbsphinx-link from 1.3.0 to 1.3.1 Bumps [nbsphinx-link](https://github.com/vidartf/nbsphinx-link) from 1.3.0 to 1.3.1. - [Commits](https://github.com/vidartf/nbsphinx-link/compare/1.3.0...1.3.1) --- updated-dependencies: - dependency-name: nbsphinx-link dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97f1126..fb5a3a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ docs = [ "sphinx-autodoc-typehints==2.3.0", "myst_parser==4.0.0", "nbsphinx==0.9.5", - "nbsphinx-link==1.3.0", + "nbsphinx-link==1.3.1", "ipython==8.27.0", "docutils==0.20.1", ]