From c6f648d346e97b904af2bab275ea1b4f26166b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 04:23:11 +0000 Subject: [PATCH] Bump bleach from 6.2.0 to 6.4.0 in /src/osparc_python_runner Bumps [bleach](https://github.com/mozilla/bleach) from 6.2.0 to 6.4.0. - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.2.0...v6.4.0) --- updated-dependencies: - dependency-name: bleach dependency-version: 6.4.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..e30ba13 100644 --- a/src/osparc_python_runner/requirements.txt +++ b/src/osparc_python_runner/requirements.txt @@ -14,7 +14,7 @@ backcall==0.2.0 # via ipython beautifulsoup4==4.13.4 # via nbconvert -bleach[css]==6.2.0 +bleach[css]==6.4.0 # via nbconvert certifi==2025.4.26 # via requests