From 135d9f63a1770edb8d30716639e2028be7d6a263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 21:38:44 -0700 Subject: [PATCH] Bump bleach from 3.3.0 to 3.3.1 (#81) Bumps [bleach](https://github.com/mozilla/bleach) from 3.3.0 to 3.3.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.3.0...v3.3.1) --- updated-dependencies: - dependency-name: bleach dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 811999e..a3673e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -bleach==3.3.0 +bleach==3.3.1 bump2version==1.0.1 bumpversion==0.6.0 certifi==2021.5.30