From 5cb0fe54428cf28f29fc39f49a56d878ac820c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 21:53:01 +0000 Subject: [PATCH] Bump bleach from 3.0.0 to 3.3.0 Bumps [bleach](https://github.com/mozilla/bleach) from 3.0.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.0.0...v3.3.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 50cb325..a80db90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ astroid==2.0.4 attrs==18.2.0 Automat==0.7.0 backcall==0.1.0 -bleach==3.0.0 +bleach==3.3.0 cffi==1.11.5 chardet==3.0.4 conda==4.3.16 diff --git a/setup.py b/setup.py index 3be42a5..37b093b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "attrs==18.2.0", "Automat==0.7.0", "backcall==0.1.0", - "bleach==3.0.0", + "bleach==3.3.0", "certifi==2018.10.15", "cffi==1.11.5", "chardet==3.0.4",