From c2351773fdcd83811eb6676f2ddeb21756d5df33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 18:43:12 +0000 Subject: [PATCH] Bump bleach from 3.0.2 to 3.1.1 Bumps [bleach](https://github.com/mozilla/bleach) from 3.0.2 to 3.1.1. - [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.1) 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..b2adeb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bleach==3.0.2 +bleach==3.1.1 cbox==0.5.0 certifi==2018.10.15 chardet==3.0.4 diff --git a/setup.py b/setup.py index 3d459ae..d2d027c 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.1', 'cbox==0.5.0', 'certifi==2018.10.15', 'chardet==3.0.4',