From 17a00e0c7c086e815bb3fdd7c59bb94cf0a45f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 04:02:19 +0000 Subject: [PATCH] Bump mistune from 3.1.4 to 3.2.0 Bumps [mistune](https://github.com/lepture/mistune) from 3.1.4 to 3.2.0. - [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.1.4...v3.2.0) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53bd21f8d88..c3d36e91a09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -188,7 +188,7 @@ matplotlib-inline==0.2.1 # via # ipykernel # ipython -mistune==3.1.4 +mistune==3.2.0 # via nbconvert mypy==1.19.1 # via qcodes (pyproject.toml)