From e189bfc07e74d93bca0e036db70fb9891f9dc674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 05:02:50 +0000 Subject: [PATCH] Bump bleach from 3.3.1 to 4.1.0 Bumps [bleach](https://github.com/mozilla/bleach) from 3.3.1 to 4.1.0. - [Release notes](https://github.com/mozilla/bleach/releases) - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v3.3.1...v4.1.0) --- updated-dependencies: - dependency-name: bleach dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de539b97e1c..d1857e2f64b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # requirements.txt for DefectDojo using Python 3.x asteval==0.9.25 -bleach==3.3.1 +bleach==4.1.0 celery==5.1.0 coverage==5.5 defusedxml==0.7.1