Skip to content

Commit c5073b4

Browse files
deps(deps): update markdown-it-py requirement from <4.0.0,>=3.0.0 to >=3.0.0,<5.0.0 (#441)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mayukha Vadari <mvadari@ripple.com>
1 parent ef39ca8 commit c5073b4

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)