Skip to content

Commit 1959dc0

Browse files
Bump bleach from 3.0.2 to 3.1.4
Bumps [bleach](https://github.com/mozilla/bleach) from 3.0.2 to 3.1.4. - [Release notes](https://github.com/mozilla/bleach/releases) - [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES) - [Commits](mozilla/bleach@v3.0.2...v3.1.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent c67971e commit 1959dc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bleach==3.0.2
1+
bleach==3.1.4
22
cbox==0.5.0
33
certifi==2018.10.15
44
chardet==3.0.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def cat(files, join_str=''):
3131
PKG_SCRIPTS = ['litetokens-cli']
3232
PKG_VERSION = '0.1.4'
3333
PKG_REQUIRES = [
34-
'bleach==3.0.2',
34+
'bleach==3.1.4',
3535
'cbox==0.5.0',
3636
'certifi==2018.10.15',
3737
'chardet==3.0.4',

0 commit comments

Comments
 (0)