From 6c82e6ec9850fc1b2083bdaf8b9ea0311c93b2b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 09:59:56 +0000 Subject: [PATCH] Bump myst-parser from 0.15.2 to 1.0.0 Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.15.2 to 1.0.0. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v0.15.2...v1.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f76e5aa..1b985c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "pytest-cov", "pre-commit", "sphinx==4.2.0", - "myst-parser==0.15.2", + "myst-parser==1.0.0", "sphinx_rtd_theme", "nbformat >=4.2.0", # for Jupyter Notebook in VS Code "black >=22.1.0", diff --git a/requirements.txt b/requirements.txt index b563a45..bde752d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ scikit_learn==1.0.2 scipy==1.8.0 seaborn==0.11.2 torch==1.11.0 -myst-parser==0.17.0 +myst-parser==1.0.0 sphinx==4.4.0 sphinx-copybutton==0.5.0