From 74b12b4ac6eb0d92bd3d8ab901babf91884dc0e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 02:05:55 +0000 Subject: [PATCH] Bump bleach from 6.2.0 to 6.3.0 Bumps [bleach](https://github.com/mozilla/bleach) from 6.2.0 to 6.3.0. - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: bleach dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 618e0215..1a133451 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,4 +1,4 @@ -bleach==6.2.0 +bleach==6.3.0 Django==5.2.8 dj-database-url==3.0.1 django-allauth==65.9.0