From 77e523927593292ca46d50eda8ad7cc288d57eed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:40:37 +0000 Subject: [PATCH] Update myst-nb requirement from <1.2,>=1.0.0 to >=1.0.0,<1.4 Updates the requirements on [myst-nb](https://github.com/executablebooks/myst-nb) to permit the latest version. - [Release notes](https://github.com/executablebooks/myst-nb/releases) - [Changelog](https://github.com/executablebooks/MyST-NB/blob/main/CHANGELOG.md) - [Commits](https://github.com/executablebooks/myst-nb/compare/v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: myst-nb dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38c3382..9ecb92f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ docs = [ "sphinx-book-theme>=1.1.0,<1.2", "sphinxcontrib-bibtex>=2.6.2,<2.7", "myst-parser>=2.0.0,<4.1", - "myst-nb>=1.0.0,<1.2", + "myst-nb>=1.0.0,<1.4", ] notebooks = [ "scikit-learn>=1.5.1,<1.7",