Skip to content

Commit 13877e2

Browse files
build(deps): update myst-parser requirement from ^2.0.0 to ^4.0.1
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...v4.0.1) --- updated-dependencies: - dependency-name: myst-parser dependency-version: 4.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 675616e commit 13877e2

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
@@ -45,7 +45,7 @@ optional = true
4545
[tool.poetry.group.docs.dependencies]
4646
sphinx = "^7.2.6"
4747
sphinx-rtd-theme = "^2.0.0"
48-
myst-parser = "^2.0.0"
48+
myst-parser = "^4.0.1"
4949
sphinxcontrib-napoleon = "^0.7"
5050
sphinx-autodoc-typehints = "^2.3.0"
5151
sphinx-autobuild = "^2024.10.3"

0 commit comments

Comments
 (0)