Skip to content

Commit 9ceea4d

Browse files
build(deps): update markdown-it-py requirement from >=3.0.0 to >=4.2.0
Updates the requirements on [markdown-it-py](https://github.com/executablebooks/markdown-it-py) to permit the latest version. - [Release notes](https://github.com/executablebooks/markdown-it-py/releases) - [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md) - [Commits](executablebooks/markdown-it-py@v3.0.0...v4.2.0) --- updated-dependencies: - dependency-name: markdown-it-py dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b38e94c commit 9ceea4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"cfbs>=5.5.0",
1515
"tree-sitter-cfengine>=1.1.12",
1616
"tree-sitter>=0.25",
17-
"markdown-it-py>=3.0.0",
17+
"markdown-it-py>=4.2.0",
1818
"PyYAML>=6.0.3",
1919
]
2020
classifiers = [

0 commit comments

Comments
 (0)