From b39ad9bb70ecf69d9e07702bb2bf0983120d8b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 01:19:43 +0000 Subject: [PATCH] Update myst-nb requirement from ~=1.2.0 to >=1.2,<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.2.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 1c0df3b..6c9a14c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ docs = [ "furo==2025.12.19", "jupyter~=1.1", - "myst-nb~=1.2.0", + "myst-nb>=1.2,<1.4", "sphinx~=7.4", "sphinx-argparse==0.4.0", "sphinx-autobuild==2024.10.3",