From 58d222c68c93b38100f7faeebe0d347bab21fc80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:27:08 +0000 Subject: [PATCH] Bump bleach from 3.0.2 to 3.1.2 Bumps [bleach](https://github.com/mozilla/bleach) from 3.0.2 to 3.1.2. - [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.2) 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 7e29ad5..501176a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bleach==3.0.2 +bleach==3.1.2 cbox==0.5.0 certifi==2018.10.15 chardet==3.0.4 diff --git a/setup.py b/setup.py index 3d459ae..64b4418 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def cat(files, join_str=''): PKG_SCRIPTS = ['tron-cli'] PKG_VERSION = '0.1.4' PKG_REQUIRES = [ - 'bleach==3.0.2', + 'bleach==3.1.2', 'cbox==0.5.0', 'certifi==2018.10.15', 'chardet==3.0.4',