From 27db236c2f937246028fe46ba241d14d9737ba3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:55:44 +0000 Subject: [PATCH] build(deps-dev): update myst-nb requirement from ~=0.17.1 to ~=1.0.0 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.1...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 17a2dea87..fb5aedc77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "Jinja2", "jsonschema<5", "linkify-it-py~=2.0.0", - "myst-nb~=0.17.1", + "myst-nb~=1.0.0", "pyyaml", "sphinx>=4,<6", "sphinx-comments",