From 612fb0d3ffb58f5292afd47ccdb6fbfbb70f7d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 04:42:43 +0000 Subject: [PATCH] Bump mistune from 3.3.1 to 3.3.2 Bumps [mistune](https://github.com/lepture/mistune) from 3.3.1 to 3.3.2. - [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.3.1...v3.3.2) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a82af0a957..16ae88fe21e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -193,7 +193,7 @@ matplotlib-inline==0.2.2 # via # ipykernel # ipython -mistune==3.3.1 +mistune==3.3.2 # via nbconvert mypy==2.1.0 # via qcodes (pyproject.toml)