Skip to content

Commit 1b257e0

Browse files
⬆️ Update myst-parser requirement from ~=3.0.1 to ~=4.0.0 (#150)
Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](executablebooks/MyST-Parser@v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Chico <37243453+JPchico@users.noreply.github.com>
1 parent ccaae9d commit 1b257e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docs = [
5858
'sphinx-design~=0.5.0',
5959
'sphinxcontrib-details-directive~=0.1.0',
6060
'sphinx-autoapi~=3.0',
61-
'myst_parser~=3.0.1',
61+
'myst_parser~=4.0.0',
6262
"furo",
6363
"sphinx-autodoc2"
6464
]

0 commit comments

Comments
 (0)