From c4740715814e8db1af56c70f8a9ec94719028c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 20:02:37 +0000 Subject: [PATCH] Bump bleach from 3.1.0 to 3.1.1 Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.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/v3.1.0...v3.1.1) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 43ce1f7..99a3ee5 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.1" brewer2mpl = "==1.4.1" click-plugins = "==1.1.1" click = "==7.0"