From f8a3e01ecc694d9f26bac3285456e8a480c98e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 12:36:05 +0000 Subject: [PATCH] Update myst-nb requirement from <0.18,>=0.17.0 to >=0.17.0,<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.17.0...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 730916f..1ecc135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ docs = [ "sphinx-book-theme>=1.0.0,<1.2", "sphinxcontrib-bibtex>=2.5.0,<2.7", "myst-parser>=0.18.0,<2.1", - "myst-nb>=0.17.0,<0.18", + "myst-nb>=0.17.0,<1.1", ] notebooks = [ "scikit-learn>=1.2.0,<1.4",