From f816e94af21a99856d71450553c0d69a2252b6ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 18:14:35 +0000 Subject: [PATCH] Bump bleach from 1.5.0 to 3.1.1 Bumps [bleach](https://github.com/mozilla/bleach) from 1.5.0 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/v1.5...v3.1.1) 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..3c0ba37f --- 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.1 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..4a29f3fc --- 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.1', 'click==6.7', 'enum34==1.1.6', 'Flask==1.0.2',