diff --git a/setup.py b/setup.py index 04dddc39..90a75e03 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ INSTALL_REQUIRES = [ "Django>=2.2.9,<3", - "bleach==3.1.4", + "bleach==3.3.0", "bleach-whitelist>=0.0.10", "cryptography>=2.7", "django-after-response>=0.2.2",