Skip to content

Update mdit-py-plugins requirement from >=0.4.0 to >=0.5.0#31

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/mdit-py-plugins-gte-0.5.0
Open

Update mdit-py-plugins requirement from >=0.4.0 to >=0.5.0#31
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/mdit-py-plugins-gte-0.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Updates the requirements on mdit-py-plugins to permit the latest version.

Release notes

Sourced from mdit-py-plugins's releases.

v0.5.0

What's Changed

New Contributors

Full Changelog: executablebooks/mdit-py-plugins@v0.4.2...v0.5.0

Changelog

Sourced from mdit-py-plugins's changelog.

0.5.0 - 2025-08-11

0.4.2 - 2024-09-09

  • 👌 Improve parsing of nested amsmath

    The previous logic was problematic for amsmath blocks nested in other blocs (such as blockquotes)

    The new parsing code now principally follows the logic in markdown_it/rules_block/fence.py (see also https://spec.commonmark.org/0.30/#fenced-code-blocks), except that:

    1. it allows for a closing tag on the same line as the opening tag, and
    2. it does not allow for an opening tag without closing tag (i.e. no auto-closing)
  • ✨ Add allowed option for inline/block attributes

    The allowed option accepts a list of allowed attribute names. If not None, any attributes not in this list will be removed and placed in the token's meta under the key "insecure_attrs".

0.4.1 - 2024-05-12

  • 👌 Add option for footnotes references to always be matched

    Usually footnote references are only matched when a footnote definition of the same label has already been found. If always_match_refs=True, any [^...] syntax will be treated as a footnote.

0.4.0 - 2023-06-05

  • ⬆️ UPGRADE: Drop python 3.7 and support 3.11 (#77)

  • ⬆️ UPGRADE: Allow markdown-it-py v3 (#85)

    • 👌 Make field_list compatible with latest upstream (#75)
    • 🔧 Convert state.srcCharCode -> state.src (#84)
    • 🔧 Remove unnecessary method arg by @​chrisjsewell in( #76)
    • 👌 Centralise code block test (#83 and #87)
      • This means that disabling the code block rule in markdown-it-py v3+ will now allow all syntax blocks to be indented by any amount of whitespace.
  • 👌 Improve dollarmath plugin: Add allow_blank_lines option, thanks to @​eric-wieser (#46)

  • 👌 Improve admon plugin: Add ??? support, thanks to @​KyleKing (#58)

  • 🔧 MAINTAIN: Make type checking strict (#86)

Full Changelog: executablebooks/mdit-py-plugins@v0.3.5...v0.4.0

0.3.5 - 2023-03-02

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Updates the requirements on [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) to permit the latest version.
- [Release notes](https://github.com/executablebooks/mdit-py-plugins/releases)
- [Changelog](https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md)
- [Commits](executablebooks/mdit-py-plugins@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: mdit-py-plugins
  dependency-version: 0.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 1, 2026
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants