From 515ccf5489136d320a3db1c0d428defd9d0c5a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 07:59:26 +0000 Subject: [PATCH] Update jupyter-book requirement from ==0.15.* to ==1.0.* Updates the requirements on [jupyter-book](https://github.com/executablebooks/jupyter-book) to permit the latest version. - [Release notes](https://github.com/executablebooks/jupyter-book/releases) - [Changelog](https://github.com/executablebooks/jupyter-book/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/jupyter-book/compare/v0.15.0...v1.0.0) --- updated-dependencies: - dependency-name: jupyter-book 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 8152a69..04abe0b 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,3 +1,3 @@ # For documentation ghp-import==2.1.* -jupyter-book==0.15.* \ No newline at end of file +jupyter-book==1.0.* \ No newline at end of file