From 664ecf0d448fb1e8719e0bd54b4af752abb19560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:05:29 +0000 Subject: [PATCH] :arrow_up: Bump bleach from 6.1.0 to 6.2.0 Bumps [bleach](https://github.com/mozilla/bleach) from 6.1.0 to 6.2.0. - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: bleach dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 81d0e090..6a1b25ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -104,5 +104,5 @@ pyparsing==3.2.0 backports.zoneinfo;python_version<"3.9" webencodings==0.5.1 # django-markdownify tinycss2==1.4.0 # django-markdownify -bleach==6.1.0 # django-markdownify +bleach==6.2.0 # django-markdownify django-markdownify==0.9.5