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