Skip to content

Commit

Permalink
Merge pull request #21559 from dimagi/np/upgrade-xhtml2pdf
Browse files Browse the repository at this point in the history
upgrade xhtml2pdf
  • Loading branch information
nickpell authored Aug 17, 2018
2 parents d871a77 + 74d4788 commit e677536
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 12 deletions.
7 changes: 5 additions & 2 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ alembic==0.8.6
amqp==1.4.9
anyjson==0.3.3
appdirs==1.4.3
appnope==0.1.0 # via ipython
argparse==1.4.0
asn1crypto==0.24.0
attrs==18.1.0
Expand Down Expand Up @@ -91,9 +92,10 @@ graphviz==0.7
greenlet==0.4.12
gunicorn==19.9.0
hiredis==0.2.0
html5lib==1.0b8
html5lib==1.0.1
http-parser==0.8.3 # via restkit
httpagentparser==1.7.8
httplib2==0.11.3
idna==2.7
ipaddress==1.0.22
ipdb==0.11
Expand Down Expand Up @@ -210,9 +212,10 @@ unittest2==1.1.0
urllib3==1.23
user-agents==1.1.0
wcwidth==0.1.7 # via prompt-toolkit
webencodings==0.5.1
werkzeug==0.11.15
wheel==0.29.0
xhtml2pdf==0.0.6
xhtml2pdf==0.2.2
xlrd==1.0.0
xlwt==1.3.0
zeep==1.6.0
6 changes: 4 additions & 2 deletions requirements/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ ghdiff==0.4
greenlet==0.4.12
gunicorn==19.9.0
hiredis==0.2.0
html5lib==1.0b8
html5lib==1.0.1
httpagentparser==1.7.8
httplib2==0.11.3
idna==2.7
imagesize==1.0.0 # via sphinx
ipaddress==1.0.22
Expand Down Expand Up @@ -164,8 +165,9 @@ ua-parser==0.8.0
unidecode==0.04.20
urllib3==1.23
user-agents==1.1.0
webencodings==0.5.1
werkzeug==0.11.15
xhtml2pdf==0.0.6
xhtml2pdf==0.2.2
xlrd==1.0.0
xlwt==1.3.0
zeep==1.6.0
7 changes: 5 additions & 2 deletions requirements/prod-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ alembic==0.8.6
amqp==1.4.9
anyjson==0.3.3
appdirs==1.4.3
appnope==0.1.0 # via ipython
asn1crypto==0.24.0
attrs==18.1.0
babel==2.6.0
Expand Down Expand Up @@ -79,8 +80,9 @@ ghdiff==0.4
greenlet==0.4.12
gunicorn==19.9.0
hiredis==0.2.0
html5lib==1.0b8
html5lib==1.0.1
httpagentparser==1.7.8
httplib2==0.11.3
idna==2.7
ipaddress==1.0.22
ipython-genutils==0.2.0 # via traitlets
Expand Down Expand Up @@ -175,8 +177,9 @@ urllib3==1.23
user-agents==1.1.0
uwsgi==2.0.11.2
wcwidth==0.1.7 # via prompt-toolkit
webencodings==0.5.1
werkzeug==0.11.15
xhtml2pdf==0.0.6
xhtml2pdf==0.2.2
xlrd==1.0.0
xlwt==1.3.0
zeep==1.6.0
Expand Down
3 changes: 1 addition & 2 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ contextlib2==0.5.4
hiredis==0.2.0
xlwt==1.3.0
django-prbac>=0.0.7
html5lib==1.0b8
xhtml2pdf==0.0.6
xhtml2pdf==0.2.2
qrcode==4.0.4
django-user-agents==0.3.2
csv342==1.0.0
Expand Down
6 changes: 4 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ ghdiff==0.4
greenlet==0.4.12
gunicorn==19.9.0
hiredis==0.2.0
html5lib==1.0b8
html5lib==1.0.1 # via xhtml2pdf
httpagentparser==1.7.8
httplib2==0.11.3 # via xhtml2pdf
idna==2.7 # via cryptography, email-validator
ipaddress==1.0.22 # via cryptography, faker
iso8601==0.1.11
Expand Down Expand Up @@ -153,8 +154,9 @@ ua-parser==0.8.0 # via user-agents
unidecode==0.04.20
urllib3==1.23 # via dropbox, elasticsearch, py-kissmetrics
user-agents==1.1.0 # via django-user-agents
webencodings==0.5.1 # via html5lib
werkzeug==0.11.15
xhtml2pdf==0.0.6
xhtml2pdf==0.2.2
xlrd==1.0.0
xlwt==1.3.0
zeep==1.6.0
6 changes: 4 additions & 2 deletions requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ ghdiff==0.4
greenlet==0.4.12
gunicorn==19.9.0
hiredis==0.2.0
html5lib==1.0b8
html5lib==1.0.1
httpagentparser==1.7.8
httplib2==0.11.3
idna==2.7
ipaddress==1.0.22
iso8601==0.1.11
Expand Down Expand Up @@ -166,8 +167,9 @@ unidecode==0.04.20
unittest2==1.1.0
urllib3==1.23
user-agents==1.1.0
webencodings==0.5.1
werkzeug==0.11.15
xhtml2pdf==0.0.6
xhtml2pdf==0.2.2
xlrd==1.0.0
xlwt==1.3.0
zeep==1.6.0

0 comments on commit e677536

Please sign in to comment.