From e24db8b26412c2659856092a52f356f1b1fdff1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:11:02 +0000 Subject: [PATCH] Bump myst-parser from 0.16.1 to 4.0.0 Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.16.1 to 4.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.16.1...v4.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9571b5e118..6f66225c68 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ def package_files(prefix: str, directory: str, extension: str): 'furo==2022.9.29', 'sphinx-copybutton==0.5.2', 'testbook==0.4.2', - 'myst-parser==0.16.1', + 'myst-parser==4.0.0', 'sphinx_panels==0.6.0', 'sphinxcontrib-images==0.9.4', 'pytest_codeblocks==0.17.0',