From 7633ce96597a849cd735c6dd21174de33aa1d777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 15:07:47 +0000 Subject: [PATCH] Bump bleach from 1.5.0 to 3.1.2 in /python Bumps [bleach](https://github.com/mozilla/bleach) from 1.5.0 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/v1.5...v3.1.2) Signed-off-by: dependabot[bot] --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 9440540..a13dff9 100644 --- a/python/setup.py +++ b/python/setup.py @@ -40,7 +40,7 @@ 'werkzeug >= 0.11.10', 'html5lib == 0.9999999', # identical to 1.0b8 'markdown >= 2.6.8', - 'bleach == 1.5.0', + 'bleach == 3.1.2', ] project_name = 'tensorboard'