From c91a56639af2fba2181c287fcae7aa494a905873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 01:02:05 +0000 Subject: [PATCH] Update mistune requirement from >=3.0.0 to >=3.3.4 Updates the requirements on [mistune](https://github.com/lepture/mistune) to permit the latest version. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v3.0.0...v3.3.4) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index cf74980..c25007d 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -21,7 +21,7 @@ dash-iconify>=0.1.2 pandas>=2.0.0 # markdown2dash's real dependencies (it installs with --no-deps, see above). -mistune>=3.0.0 +mistune>=3.3.4 docutils!=0.21 jsonpath>=0.82,<0.83 python-frontmatter>=1.0.0