From ce2adce069b3f95f54f884da1af6114fc3c3b414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 05:12:11 +0000 Subject: [PATCH] Bump bleach from 3.1.2 to 3.1.4 Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.2 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.2...v3.1.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e11815..eeba4e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # attrs==19.1.0 # via jsonschema backcall==0.1.0 # via ipython -bleach==3.1.2 # via nbconvert +bleach==3.1.4 # via nbconvert decorator==4.4.0 # via ipython, traitlets defusedxml==0.6.0 # via nbconvert entrypoints==0.3 # via nbconvert