From 2f51cb85a71e019b185f73d5eb38dca3bd236d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 21:47:59 +0000 Subject: [PATCH] Bump bleach from 1.5.0 to 3.3.0 Bumps [bleach](https://github.com/mozilla/bleach) from 1.5.0 to 3.3.0. - [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.3.0) 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..9161f3d2 --- 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.3.0 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..66b5c673 --- 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.3.0', 'click==6.7', 'enum34==1.1.6', 'Flask==1.0.2',