Skip to content

Bump markdown-it-py from 3.0.0 to 4.0.0#11422

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/pip/markdown-it-py-4.0.0
Oct 14, 2025
Merged

Bump markdown-it-py from 3.0.0 to 4.0.0#11422
github-actions[bot] merged 1 commit intomasterfrom
dependabot/pip/markdown-it-py-4.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 12, 2025

Bumps markdown-it-py from 3.0.0 to 4.0.0.

Release notes

Sourced from markdown-it-py's releases.

v4.0.0

What's Changed

This primarily drops support for Python 3.8 and 3.9, adds support for Python 3.13, and updates the parser to comply with Commonmark 0.31.2 and Markdown-It v14.1.0.

Upgrades

Improvements

Bug fixes

Maintenance

Documentation

... (truncated)

Changelog

Sourced from markdown-it-py's changelog.

4.0.0 - 2024-08-10

This primarily drops support for Python 3.9, adds support for Python 3.13, and updates the parser to comply with Commonmark 0.31.2 and Markdown-It v14.1.0.

  • ⬆️ Drop support for Python 3.9 in #360
  • ⬆️ Comply with Commonmark 0.31.2 in #362
  • 👌 Improve performance of "text" inline rule in #347
  • 👌 Use str.removesuffix in #348
  • 👌 limit the number of autocompleted cells in a table in #364
  • 👌 fix quadratic complexity in reference parser in #367
  • 🐛 Fix emphasis inside raw links bugs in #320

Full Changelog: executablebooks/markdown-it-py@v3.0.0...v4.0.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 12, 2025
@dependabot dependabot Bot requested review from asvetlov and webknjaz as code owners August 12, 2025 19:57
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 12, 2025
@github-actions github-actions Bot enabled auto-merge (squash) August 12, 2025 19:58
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Aug 12, 2025

CodSpeed Performance Report

Merging #11422 will not alter performance

Comparing dependabot/pip/markdown-it-py-4.0.0 (42c9c51) with master (d261f8a)

Summary

✅ 59 untouched

@Dreamsorcerer
Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/pip/markdown-it-py-4.0.0 branch from 3821352 to 67e1ba7 Compare October 5, 2025 21:23
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.73%. Comparing base (d261f8a) to head (42c9c51).
⚠️ Report is 282 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11422      +/-   ##
==========================================
- Coverage   98.74%   98.73%   -0.01%     
==========================================
  Files         127      127              
  Lines       43467    43467              
  Branches     2327     2327              
==========================================
- Hits        42922    42919       -3     
- Misses        389      392       +3     
  Partials      156      156              
Flag Coverage Δ
CI-GHA 98.62% <ø> (-0.01%) ⬇️
OS-Linux 98.35% <ø> (-0.01%) ⬇️
OS-Windows 96.69% <ø> (ø)
OS-macOS 97.58% <ø> (+<0.01%) ⬆️
Py-3.10.11 97.14% <ø> (-0.01%) ⬇️
Py-3.10.18 97.64% <ø> (ø)
Py-3.11.13 97.84% <ø> (ø)
Py-3.11.9 97.35% <ø> (ø)
Py-3.12.10 97.45% <ø> (-0.01%) ⬇️
Py-3.12.11 97.95% <ø> (+<0.01%) ⬆️
Py-3.13.7 98.20% <ø> (-0.01%) ⬇️
Py-3.14.0 98.15% <ø> (ø)
Py-3.14.0t 97.22% <ø> (-0.01%) ⬇️
Py-pypy3.10.16-7.3.19 87.63% <ø> (-7.20%) ⬇️
VM-macos 97.58% <ø> (+<0.01%) ⬆️
VM-ubuntu 98.35% <ø> (-0.01%) ⬇️
VM-windows 96.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Dreamsorcerer
Copy link
Copy Markdown
Member

@dependabot recreate

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] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/markdown-it-py-4.0.0 branch from 67e1ba7 to 42c9c51 Compare October 14, 2025 23:37
@github-actions github-actions Bot merged commit 65faf6e into master Oct 14, 2025
42 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/markdown-it-py-4.0.0 branch October 14, 2025 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant