From 1959dc0bf6348b500896aff4af5ef8ae469ec3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 15:32:28 +0000 Subject: [PATCH] Bump bleach from 3.0.2 to 3.1.4 Bumps [bleach](https://github.com/mozilla/bleach) from 3.0.2 to 3.1.4. - [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.1.4) 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..e53331d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bleach==3.0.2 +bleach==3.1.4 cbox==0.5.0 certifi==2018.10.15 chardet==3.0.4 diff --git a/setup.py b/setup.py index dba04f9..6cb1210 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.1.4', 'cbox==0.5.0', 'certifi==2018.10.15', 'chardet==3.0.4',