chore(deps-dev): update myst-parser requirement from >=2.0.0 to >=3.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](https://github.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.1) --- updated-dependencies: - dependency-name: myst-parser dependency-version: 3.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
224689a5bc
commit
641fa1f28d
|
|
@ -145,7 +145,7 @@ docs = [
|
||||||
"sphinx>=7.2.0",
|
"sphinx>=7.2.0",
|
||||||
"sphinx-rtd-theme>=1.3.0",
|
"sphinx-rtd-theme>=1.3.0",
|
||||||
"sphinx-autodoc-typehints>=1.25.0",
|
"sphinx-autodoc-typehints>=1.25.0",
|
||||||
"myst-parser>=2.0.0",
|
"myst-parser>=3.0.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
gpu = [
|
gpu = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue