From 1afc163a5737ff8e0f89cb2d4a8c7e2ff6b3c113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 01:01:05 +0000 Subject: [PATCH] build(deps): update jupyter-book requirement Updates the requirements on [jupyter-book](https://github.com/jupyter-book/jupyter-book) to permit the latest version. - [Release notes](https://github.com/jupyter-book/jupyter-book/releases) - [Commits](https://github.com/jupyter-book/jupyter-book/compare/v0.15.0...v2.1.0) --- updated-dependencies: - dependency-name: jupyter-book dependency-version: 2.1.0 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 310e6f2..0e5d276 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,3 +1,3 @@ # For documentation ghp-import>=2.1 -jupyter-book>=0.15,<2.0 \ No newline at end of file +jupyter-book>=0.15,<3.0 \ No newline at end of file