From 6cdb61f1b4bad8760d02d784a70a756ef0d1d5ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:48:18 +0000 Subject: [PATCH] Update myst-nb requirement from <0.18,>=0.13.2 to >=0.13.2,<1.1 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/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/myst-nb/compare/v0.13.2...v1.0.0) --- updated-dependencies: - dependency-name: myst-nb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 303b504e..9c7fb7cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ gui = [ ] doc = [ "matplotlib>=3.5.1,<3.8", - "myst-nb>=0.13.2,<0.18", + "myst-nb>=0.13.2,<1.1", "sphinx>=5.2.0,<7.3", "sphinxcontrib-httpdomain>=1.7.0,<1.9", "sphinx_rtd_theme>=0.4.3,<1.4"