From 9d7782ffb21c392e4106fb2699f534e57a6519b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:00:18 +0000 Subject: [PATCH] Bump myst-parser from 0.18.1 to 1.0.0 Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.18.1 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.18.1...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 140a36cd..b50190d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ ci = [ docs = [ 'sphinx==4.5.0', 'pydata-sphinx-theme==0.4.3', - 'myst_parser==0.18.1' + 'myst_parser==1.0.0' ] [project.urls]