diff --git a/requirements.txt b/requirements.txt index 7e29ad5..b2adeb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bleach==3.0.2 +bleach==3.1.1 cbox==0.5.0 certifi==2018.10.15 chardet==3.0.4 diff --git a/setup.py b/setup.py index 3d459ae..d2d027c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def cat(files, join_str=''): PKG_SCRIPTS = ['tron-cli'] PKG_VERSION = '0.1.4' PKG_REQUIRES = [ - 'bleach==3.0.2', + 'bleach==3.1.1', 'cbox==0.5.0', 'certifi==2018.10.15', 'chardet==3.0.4',