Skip to content

Commit 2760f91

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: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3be4120 commit 2760f91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ httpx==0.28.1
1616
idna==3.10
1717
iniconfig==2.1.0
1818
Jinja2==2.10.3
19-
markdown-it-py==3.0.0
19+
markdown-it-py==4.0.0
2020
MarkupSafe==2.0.1
2121
mdurl==0.1.2
2222
netifaces==0.11.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"babel==2.12.1", # http://babel.pocoo.org/en/latest/changelog.html
3333
"pyxdg>=0.26,<0.29", # https://freedesktop.org/wiki/Software/pyxdg/
3434
"Jinja2>=2.10,<2.11", # http://jinja.pocoo.org/docs/latest/changelog/
35-
"markdown-it-py==3.0.0", # https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md
35+
"markdown-it-py==4.0.0", # https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md
3636
"setuptools>=80,<81", # https://setuptools.pypa.io/en/latest/history.html
3737

3838
# See https://github.com/pallets/markupsafe/issues/286 but breaking change in

0 commit comments

Comments
 (0)