From 65470b21b85621ca3eb8bc1fd19ed4cd72dced50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 23:05:02 +0000 Subject: [PATCH] Bump bleach from 3.1.0 to 3.3.0 Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/mozilla/bleach/releases) - [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v3.1.0...v3.3.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07f6ab52..5370b8a5 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ INSTALL_REQUIRES = [ "Django>=2.2,<3", - "bleach==3.1.0", + "bleach==3.3.0", "bleach-whitelist>=0.0.10", "cryptography>=2.7", "django-after-response>=0.2.2",