From 9d0d31e15d9d820d09fdb3cd3a0fee5baf22fcc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 17:34:39 +0000 Subject: [PATCH] Bump bleach from 1.5.0 to 3.1.1 in /python 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] --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 9440540..86fcf60 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.1', ] project_name = 'tensorboard'