From ea1a47f81026565afece0032c5434e924053036a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:56:33 +0000 Subject: [PATCH] Bump myst-nb from 1.3.0 to 1.4.0 Bumps [myst-nb](https://github.com/executablebooks/myst-nb) from 1.3.0 to 1.4.0. - [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.3.0...v1.4.0) --- updated-dependencies: - dependency-name: myst-nb dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 10f0c65..38ff585 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1618,14 +1618,14 @@ files = [ [[package]] name = "myst-nb" -version = "1.3.0" +version = "1.4.0" description = "A Jupyter Notebook Sphinx reader built on top of the MyST markdown parser." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["docs"] files = [ - {file = "myst_nb-1.3.0-py3-none-any.whl", hash = "sha256:1f36af3c19964960ec4e51ac30949b6ed6df220356ffa8d60dd410885e132d7d"}, - {file = "myst_nb-1.3.0.tar.gz", hash = "sha256:df3cd4680f51a5af673fd46b38b562be3559aef1475e906ed0f2e66e4587ce4b"}, + {file = "myst_nb-1.4.0-py3-none-any.whl", hash = "sha256:0e2c86e7d3b82c3aa51383f82d6268f7714f3b772c23a796ab09538a8e68b4e4"}, + {file = "myst_nb-1.4.0.tar.gz", hash = "sha256:c145598de62446a6fd009773dd071a40d3b76106ace780de1abdfc6961f614c2"}, ] [package.dependencies] @@ -1643,7 +1643,7 @@ typing-extensions = "*" [package.extras] code-style = ["pre-commit"] rtd = ["alabaster", "altair", "bokeh", "coconut (>=1.4.3)", "ipykernel (>=5.5)", "ipywidgets", "jupytext (>=1.11.2)", "matplotlib", "numpy", "pandas", "plotly", "sphinx-autodoc-typehints", "sphinx-book-theme (>=0.3)", "sphinx-copybutton", "sphinx-design", "sphinxcontrib-bibtex", "sympy"] -testing = ["beautifulsoup4", "coverage (>=6.4)", "ipykernel (>=5.5)", "ipython (!=8.1.0)", "ipywidgets (>=8)", "jupytext (>=1.11.2)", "matplotlib (==3.7.*)", "nbdime", "numpy", "pandas", "pyarrow", "pytest", "pytest-cov (>=3)", "pytest-param-files", "pytest-regressions", "sympy (>=1.10.1)"] +testing = ["beautifulsoup4", "coverage (>=6.4)", "ipykernel (>=5.5)", "ipython (!=8.1.0)", "ipywidgets (>=8)", "jupytext (>=1.11.2)", "matplotlib (==3.10.7)", "nbdime", "numpy", "pandas", "pyarrow", "pytest", "pytest-cov (>=3)", "pytest-param-files", "pytest-regressions", "sympy (>=1.10.1)"] [[package]] name = "myst-parser" @@ -2298,7 +2298,7 @@ version = "2.20.0" description = "Pygments is a syntax highlighting package written in Python." optional = false python-versions = ">=3.9" -groups = ["dev", "docs", "test"] +groups = ["docs", "test"] files = [ {file = "pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176"}, {file = "pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"}, @@ -3534,4 +3534,4 @@ syn = ["synphot"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "9024e16206a48ce423b66b69e87c653f41649821ca08a9ea3030e12901a3d932" +content-hash = "07ac35dcc67bf027e9779eeaa6bf83dd5fe2ae419bf8378f70d1f16e745ea7e4" diff --git a/pyproject.toml b/pyproject.toml index 1bc5001..57b0a0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ sphinx-book-theme = "^1.1.4" sphinx-copybutton = ">=0.5.2,<1.0" sphinxcontrib-apidoc = ">=0.6.0,<1.0" sphinxcontrib-mermaid = "^2.0" -myst-nb = "^1.3.0" +myst-nb = "^1.4.0" sphinx-issues = "^5.0.1" numpy = "^2.1.3" numpydoc = "^1.10.0"