Skip to content

Commit f9bf02b

Browse files
Update myst-parser requirement from ==3.* to ==4.*
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.0...v4.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 588a8d3 commit f9bf02b

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
@@ -27,7 +27,7 @@ dependencies = [
2727
"cwltool",
2828
"cwlref-runner",
2929
"cwl-utils==0.*",
30-
"myst-parser==3.*",
30+
"myst-parser==4.*",
3131
"pydata-sphinx-theme==0.*",
3232
"sphinx==7.*",
3333
"sphinx-reredirects==0.1.*",

0 commit comments

Comments
 (0)