From f57abb1672b17f501d12375fc63f50282463f090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 20:15:38 +0000 Subject: [PATCH] Update bleach requirement from ~=4.1 to ~=6.0 Updates the requirements on [bleach](https://github.com/mozilla/bleach) to permit the latest version. - [Release notes](https://github.com/mozilla/bleach/releases) - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v4.1.0...v6.0.0) --- updated-dependencies: - dependency-name: bleach dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf9ac85c4..0f05a4e41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # # Application -bleach~=4.1 +bleach~=6.0 django-bootstrap-breadcrumbs~=0.9 django-formtools~=2.3 django-recaptcha~=3.0.0