From e0af2b0730caa4b93b6b8331cc49ccd85e702347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 21:51:02 +0000 Subject: [PATCH] Bump bleach from 1.5.0 to 3.1.4 Bumps [bleach](https://github.com/mozilla/bleach) from 1.5.0 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/v1.5...v3.1.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 requirements.txt mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index fb970b5c..25878386 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ absl-py==0.1.10 astor==0.6.2 -bleach==1.5.0 +bleach==3.1.4 click==6.7 enum34==1.1.6 Flask==1.0.2 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index f3d57179..ec8d3fb0 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ install_requires=[ 'absl-py==0.1.10', 'astor==0.6.2', - 'bleach==1.5.0', + 'bleach==3.1.4', 'click==6.7', 'enum34==1.1.6', 'Flask==1.0.2',