From a15ecd365d73601ec27fd532184ff4dfa74ff354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 17:36:30 +0000 Subject: [PATCH] Bump bleach from 2.1.2 to 3.1.1 Bumps [bleach](https://github.com/mozilla/bleach) from 2.1.2 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/v2.1.2...v3.1.1) Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 5eae008..0d751d8 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -bleach==2.1.2 +bleach==3.1.1 Django==2.0.1 django-debug-toolbar==1.9.1 django-extensions==1.9.9 diff --git a/requirements.txt b/requirements.txt index ee56a33..8801a83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # TODO: update these (see dev_requirements for newer development versions) -bleach==1.4 +bleach==3.1.1 Django==1.10.2 Markdown==2.4.1 dj-database-url==0.3.0