From 3169f8859134afeb19360ad6337c7789d40737ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:45:00 +0000 Subject: [PATCH] Bump mistune from 3.1.3 to 3.3.0 in /src/osparc_python_runner Bumps [mistune](https://github.com/lepture/mistune) from 3.1.3 to 3.3.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.3...v3.3.0) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/osparc_python_runner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osparc_python_runner/requirements.txt b/src/osparc_python_runner/requirements.txt index 0437431..a6980fc 100644 --- a/src/osparc_python_runner/requirements.txt +++ b/src/osparc_python_runner/requirements.txt @@ -80,7 +80,7 @@ matplotlib==3.9.4 # seaborn matplotlib-inline==0.1.7 # via ipython -mistune==3.1.3 +mistune==3.3.0 # via nbconvert nbclient==0.10.2 # via nbconvert