Skip to content

Commit c4fe947

Browse files
Update myst-parser requirement from ==0.* to ==2.* (#449)
* Update myst-parser requirement from ==0.* to ==2.* 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@v0.3.0...v2.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * myst-parser 2.x needs sphinx >=6 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent 918f9fc commit c4fe947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dependencies = [
2727
"cwltool",
2828
"cwlref-runner",
2929
"cwl-utils==0.*",
30-
"myst-parser==0.*",
30+
"myst-parser==2.*",
3131
"pydata-sphinx-theme==0.*",
32-
"sphinx==5.*",
32+
"sphinx==6.*",
3333
"sphinx-reredirects==0.1.*",
3434
"sphinxcontrib-runcmd==0.2.*",
3535
"sphinx-favicon",

0 commit comments

Comments
 (0)