mkb79 / Audible

A(Sync) Interface for internal Audible API written in pure Python.
https://audible.readthedocs.io
GNU Affero General Public License v3.0
306 stars 38 forks source link

build(deps-dev): Bump mdit-py-plugins from 0.4.0 to 0.4.1 #450

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 3 months ago

Bumps mdit-py-plugins from 0.4.0 to 0.4.1.

Release notes

Sourced from mdit-py-plugins's releases.

v0.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/executablebooks/mdit-py-plugins/compare/v0.4.0...v0.4.1

Changelog

Sourced from mdit-py-plugins's changelog.

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.

Commits
  • d11bdaf 🚀 Release v0.4.1 (#110)
  • aa1f557 🧪 Test against 3.12 (#109)
  • 33c27e0 đź‘Ś Add option for footnotes references to always be matched (#108)
  • 7762458 🔧 Use ruff-format (#107)
  • 950908b [pre-commit.ci] pre-commit autoupdate (#100)
  • 14dfd1a ⬆️ Bump actions/setup-python from 4 to 5 (#101)
  • bd8d37d ⬆️ Bump actions/checkout from 3 to 4 (#98)
  • 867a77a đź‘Ś Expand support for Python-Markdown in the admon plugin (#94)
  • 3829c84 [pre-commit.ci] pre-commit autoupdate (#90)
  • ba0c31e 🔧 Export plugins explicitly with __all__ (#91)
  • See full diff in compare view


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 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.

github-actions[bot] commented 1 month ago

This pull-request has not been updated for a while and will be closed soon.

mkb79 commented 1 month ago

@dependabot recreate