Skip to content

Commit 309afa8

Browse files
chore(deps): bump myst-parser from 0.18.1 to 1.0.0
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.18.1 to 1.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.18.1...v1.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a2a271 commit 309afa8

File tree

2 files changed

+18
-29
lines changed

2 files changed

+18
-29
lines changed

poetry.lock

+17-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python = "^3.9"
2828
# Documentation Dependencies
2929
Sphinx = {version = "^5.0", optional = true}
3030
sphinx-rtd-theme = {version = "^1.0", optional = true}
31-
myst-parser = {version = "^0.18", optional = true}
31+
myst-parser = {version = ">=0.18,<1.1", optional = true}
3232
bluetooth-sensor-state-data = ">=1.6.1"
3333
sensor-state-data = ">=2.3.1"
3434
bluetooth-data-tools = ">=0.1.2"

0 commit comments

Comments
 (0)