Skip to content

Commit 4c8e424

Browse files
Bump markdown-it-py from 3.0.0 to 4.0.0
Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 3.0.0 to 4.0.0. - [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: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 45b4ac6 commit 4c8e424

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jinja2==3.1.6
107107
# via
108108
# sphinx
109109
# towncrier
110-
markdown-it-py==3.0.0
110+
markdown-it-py==4.0.0
111111
# via rich
112112
markupsafe==3.0.2
113113
# via jinja2

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jinja2==3.1.6
105105
# via
106106
# sphinx
107107
# towncrier
108-
markdown-it-py==3.0.0
108+
markdown-it-py==4.0.0
109109
# via rich
110110
markupsafe==3.0.2
111111
# via jinja2

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ iniconfig==2.1.0
4141
# via pytest
4242
isal==1.7.2
4343
# via -r requirements/lint.in
44-
markdown-it-py==3.0.0
44+
markdown-it-py==4.0.0
4545
# via rich
4646
mdurl==0.1.2
4747
# via markdown-it-py

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ iniconfig==2.1.0
5555
# via pytest
5656
isal==1.7.2 ; python_version < "3.14"
5757
# via -r requirements/test.in
58-
markdown-it-py==3.0.0
58+
markdown-it-py==4.0.0
5959
# via rich
6060
mdurl==0.1.2
6161
# via markdown-it-py

0 commit comments

Comments
 (0)