From 732c0ded822dcb6141019ed6425a876ab68e37d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 09:14:47 +0000 Subject: [PATCH] Bump bleach from 3.1.0 to 3.1.4 Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.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/v3.1.0...v3.1.4) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 43ce1f7..312dc83 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ verify_ssl = true appnope = "==0.1.0" attrs = "==19.1.0" backcall = "==0.1.0" -bleach = "==3.1.0" +bleach = "==3.1.4" brewer2mpl = "==1.4.1" click-plugins = "==1.1.1" click = "==7.0"