From cba8a17cd75553fb833a4162bc7c68e869305ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 22:31:37 +0000 Subject: [PATCH] chore(deps): bump bleach in /python/python-guestbook/src/backend Bumps [bleach](https://github.com/mozilla/bleach) from 5.0.1 to 6.4.0. - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v5.0.1...v6.4.0) --- updated-dependencies: - dependency-name: bleach dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/python-guestbook/src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python-guestbook/src/backend/requirements.txt b/python/python-guestbook/src/backend/requirements.txt index ab818773b..6e628755e 100644 --- a/python/python-guestbook/src/backend/requirements.txt +++ b/python/python-guestbook/src/backend/requirements.txt @@ -1,4 +1,4 @@ Flask==2.3.3 Flask-PyMongo==2.3.0 -bleach==5.0.1 +bleach==6.4.0 debugpy # Required for debugging