From d5f3a4bd5488dcba0d5d4a8049c347f335a4bec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 21:53:39 +0000 Subject: [PATCH] Bump bleach from 3.1.0 to 3.3.0 Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.0 to 3.3.0. - [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.3.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4ec0582..c9c9ab7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ geokrety-api-exceptions==0.0.1 -bleach==3.1.0 +bleach==3.3.0 characterentities==0.1.2 SQLAlchemy==1.2.17 mysqlclient==1.4.1 diff --git a/setup.py b/setup.py index 2ae5164..0af8e3c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ url="https://github.com/geokrety/geokrety-api-models", packages=setuptools.find_packages(), install_requires=[ - "bleach==3.1.0", + "bleach==3.3.0", "characterentities==0.1.2", "SQLAlchemy==1.2.13", "mysqlclient==1.3.14",