Skip to content

Commit 016a24a

Browse files
build(deps-dev): bump myst-parser from 0.17.2 to 2.0.0 (#45)
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.17.2 to 2.0.0. - [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.17.2...v2.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d676dc9 commit 016a24a

File tree

2 files changed

+64
-61
lines changed

2 files changed

+64
-61
lines changed

poetry.lock

Lines changed: 63 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pytest-pydocstyle = "^2.3.0"
2626
pyenchant = "^3.2.2"
2727

2828
[tool.poetry.group.docs.dependencies]
29-
myst-parser = "^0.17.2"
29+
myst-parser = ">=0.17.2,<2.1.0"
3030
sphinx-artisan-theme = ">=0.0.1,<0.1.1"
3131
autodocsumm = "^0.2.8"
3232
sphinx-autobuild = "^2021.3.14"

0 commit comments

Comments
 (0)