From fb3bca383277c1015a75535d17a9c56ed2053539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 21:51:49 +0000 Subject: [PATCH] Bump bleach from 3.0.2 to 3.3.0 Bumps [bleach](https://github.com/mozilla/bleach) from 3.0.2 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.2...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 636cea6..17efce4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bleach==3.0.2 +bleach==3.3.0 cbox==0.5.0 certifi==2018.10.15 chardet==3.0.4 diff --git a/setup.py b/setup.py index dba04f9..b4beea4 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def cat(files, join_str=''): PKG_SCRIPTS = ['litetokens-cli'] PKG_VERSION = '0.1.4' PKG_REQUIRES = [ - 'bleach==3.0.2', + 'bleach==3.3.0', 'cbox==0.5.0', 'certifi==2018.10.15', 'chardet==3.0.4',