Skip to content

Commit 67e1ba7

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 3a9120d commit 67e1ba7

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
@@ -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.3
111111
# via jinja2

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jinja2==3.1.6
103103
# via
104104
# sphinx
105105
# towncrier
106-
markdown-it-py==3.0.0
106+
markdown-it-py==4.0.0
107107
# via rich
108108
markupsafe==3.0.3
109109
# 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
@@ -53,7 +53,7 @@ iniconfig==2.1.0
5353
# via pytest
5454
isal==1.7.2 ; python_version < "3.14"
5555
# via -r requirements/test-common.in
56-
markdown-it-py==3.0.0
56+
markdown-it-py==4.0.0
5757
# via rich
5858
mdurl==0.1.2
5959
# via markdown-it-py

0 commit comments

Comments
 (0)