Skip to content

Commit

Permalink
deps (upgrade bleach)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Oct 4, 2018
1 parent 93979a3 commit 6b6b14a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions etc/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ sphinx-rtd-theme
# Used by functional tests
requests

# Used by some tests
html5lib

# Check README
restructuredtext_lint

Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ amqp==2.3.2 # via kombu
babel==2.6.0 # via flask-babel
bcrypt==3.1.4
billiard==3.5.0.4 # via celery
bleach==2.1.4
bleach==3.0.0
blinker==1.4 # via flask-debugtoolbar, flask-mail
celery==4.2.1
cffi==1.11.5 # via bcrypt
Expand All @@ -30,7 +30,6 @@ flask-sqlalchemy==2.1
flask-testing==0.7.1
flask-wtf==0.12
flask==1.0.2
html5lib==1.0.1 # via bleach
hyperlink==18.0.0
idna==2.7 # via hyperlink
infinity==1.4 # via intervals
Expand Down Expand Up @@ -65,7 +64,7 @@ typing==3.6.6
validators==0.12.2 # via wtforms-components
vine==1.1.4 # via amqp
webassets==0.12.1 # via flask-assets
webencodings==0.5.1 # via html5lib
webencodings==0.5.1 # via bleach
werkzeug==0.14.1 # via flask, flask-debugtoolbar, flask-wtf
whoosh==2.7.4
wtforms-alchemy==0.16.7
Expand Down

0 comments on commit 6b6b14a

Please sign in to comment.