From b19d2c46a905b95a1f3b276045d2ac2333e67aae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 17:51:08 +0200 Subject: [PATCH] [Security] Bump bleach from 3.1.0 to 3.1.4 (#32) Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.0 to 3.1.4. **This update includes security fixes.** - [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-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3aa67b9..82e7130 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ appdirs==1.4.3 # via black astroid==2.3.3 # via pylint attrs==19.3.0 # via black, pytest black==19.10b0 # via -r requirements-dev.in -bleach==3.1.0 # via readme-renderer +bleach==3.1.4 # via readme-renderer certifi==2019.11.28 # via requests cffi==1.13.2 # via cryptography chardet==3.0.4 # via requests