Skip to content

Commit c9e27c7

Browse files
build(deps-dev): bump myst-parser from 1.0.0 to 2.0.0 (#2482)
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 1.0.0 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@v1.0.0...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 2ee1b74 commit c9e27c7

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

poetry.lock

Lines changed: 22 additions & 22 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
@@ -61,7 +61,7 @@ setuptools = ">=65.6.3,<69.0.0"
6161

6262
[tool.poetry.group.docs.dependencies]
6363
sphinx = ">=5.3,<7.0"
64-
myst-parser = "^1.0.0"
64+
myst-parser = ">=1,<3"
6565
sphinxcontrib-apidoc = "^0.3.0"
6666
sphinx-autodoc-typehints = "^1.17.1"
6767
typing-extensions = "^4.5.0"

0 commit comments

Comments
 (0)