From e5c4656d97a2534724ed59a22af61143b9801c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:56:04 +0000 Subject: [PATCH] chore(deps-dev): update myst-nb requirement from ^0.17.0 to >=0.17,<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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d1cb8e61..e86932ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ pytest = "^7.3.1" pytest-benchmark = "*" [tool.poetry.group.docs.dependencies] -myst-nb = "^0.17.0" +myst-nb = ">=0.17,<1.1" sphinx-rtd-theme = "^1.2.0" sphinx-autodoc-typehints = "^1.23.0" sphinx-autodocgen = "^1.3" @@ -81,7 +81,7 @@ liccheck = "^0.9.1" pandas-stubs = "<3" [tool.poetry.group.notebooks.dependencies] -myst-nb = "^0.17.0" +myst-nb = ">=0.17,<1.1" sphinx-rtd-theme = "^1.2.0" sphinx-autodoc-typehints = "^1.23.0" sphinx-autodocgen = "^1.3"