diff --git a/setup.py b/setup.py index 07f6ab52..e2e84d21 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ INSTALL_REQUIRES = [ "Django>=2.2,<3", - "bleach==3.1.0", + "bleach==3.1.4", "bleach-whitelist>=0.0.10", "cryptography>=2.7", "django-after-response>=0.2.2",