Skip to content

Commit 76659c0

Browse files
Update myst-parser requirement from ==2.* to ==3.* (#472)
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@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73e6154 commit 76659c0

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==2.*",
30+
"myst-parser==3.*",
3131
"pydata-sphinx-theme==0.*",
3232
"sphinx==7.*",
3333
"sphinx-reredirects==0.1.*",

0 commit comments

Comments
 (0)