diff --git a/requirements.txt b/requirements.txt index 636cea6..e53331d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bleach==3.0.2 +bleach==3.1.4 cbox==0.5.0 certifi==2018.10.15 chardet==3.0.4 diff --git a/setup.py b/setup.py index dba04f9..6cb1210 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def cat(files, join_str=''): PKG_SCRIPTS = ['litetokens-cli'] PKG_VERSION = '0.1.4' PKG_REQUIRES = [ - 'bleach==3.0.2', + 'bleach==3.1.4', 'cbox==0.5.0', 'certifi==2018.10.15', 'chardet==3.0.4',