From 7fc05bd4e3bf18606871a0ba6ad11f70e2be77e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Oct 2021 03:25:00 -0400 Subject: [PATCH] Bump pybluemonday from 0.0.7 to 0.0.8 (#2009) Bumps [pybluemonday](https://github.com/ColdHeat/pybluemonday) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/ColdHeat/pybluemonday/releases) - [Changelog](https://github.com/ColdHeat/pybluemonday/blob/master/CHANGELOG.md) - [Commits](https://github.com/ColdHeat/pybluemonday/compare/0.0.7...0.0.8) --- updated-dependencies: - dependency-name: pybluemonday dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Chung --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index c429435b0..b5803e498 100644 --- a/requirements.in +++ b/requirements.in @@ -28,4 +28,4 @@ WTForms==2.3.1 python-geoacumen-city maxminddb==1.5.4 tenacity==6.2.0 -pybluemonday==0.0.7 +pybluemonday==0.0.8 diff --git a/requirements.txt b/requirements.txt index e56fe00a6..14a4a2020 100644 --- a/requirements.txt +++ b/requirements.txt @@ -102,7 +102,7 @@ maxminddb==1.5.4 # python-geoacumen-city passlib==1.7.2 # via -r requirements.in -pybluemonday==0.0.7 +pybluemonday==0.0.8 # via -r requirements.in pycparser==2.20 # via cffi