Skip to content

Commit 95fe995

Browse files
deps(deps): update markdown-it-py requirement
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.0.0) --- updated-dependencies: - dependency-name: markdown-it-py dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9afa869 commit 95fe995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ markdown>=3.4.4,<4.0.0 # Markdown to HTML conversion with extensions
55
jinja2>=3.1.2,<4.0.0 # HTML template engine
66
beautifulsoup4>=4.12.0,<5.0.0 # HTML/XML parsing and metadata extraction
77
pyyaml>=6.0,<7.0 # YAML configuration parsing
8-
markdown-it-py>=3.0.0,<4.0.0 # Markdown parser with AST support for validation
8+
markdown-it-py>=3.0.0,<5.0.0 # Markdown parser with AST support for validation
99

1010
# Additional dependencies for enhanced markdown processing
1111
# Note: These are included automatically with markdown[extra] but listed for clarity

0 commit comments

Comments
 (0)