Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed Apr 30, 2019
1 parent 20b3334 commit 4366e95
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requests==2.21.0 # via wagtail
six==1.12.0 # via html5lib, wagtail
sqlparse==0.3.0 # via django
unidecode==1.0.23 # via wagtail
urllib3==1.25.2 # via requests
urllib3==1.24.2 # via requests
wagtail-modeltranslation==0.10.1
wagtail==2.5
webencodings==0.5.1 # via html5lib
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile -v --output-file dev.txt dev.in
# pip-compile --upgrade dev.in
#
atomicwrites==1.3.0
attrs==19.1.0
Expand Down Expand Up @@ -58,7 +58,7 @@ sqlparse==0.3.0
text-unidecode==1.2 # via faker
traitlets==4.3.2 # via ipython
unidecode==1.0.23
urllib3==1.25.2
urllib3==1.24.2
wagtail-modeltranslation==0.10.1
wagtail==2.5
wcwidth==0.1.7 # via prompt-toolkit
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile -v --output-file production.txt production.in
# pip-compile --upgrade production.in
#
beautifulsoup4==4.6.0
certifi==2019.3.9
Expand All @@ -18,15 +18,15 @@ draftjs-exporter==2.1.5
html5lib==1.0.1
idna==2.8
pillow==5.4.1
pyasn1-modules==0.2.5
pyasn1==0.4.5
pyasn1-modules==0.2.5 # via python-ldap
pyasn1==0.4.5 # via pyasn1-modules, python-ldap
python-ldap==3.2.0
pytz==2019.1
requests==2.21.0
six==1.12.0
sqlparse==0.3.0
unidecode==1.0.23
urllib3==1.25.2
urllib3==1.24.2
wagtail-modeltranslation==0.10.1
wagtail==2.5
webencodings==0.5.1
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile -v --output-file test.txt test.in
# pip-compile --upgrade test.in
#
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
Expand Down Expand Up @@ -37,7 +37,7 @@ requests==2.21.0
six==1.12.0
sqlparse==0.3.0
unidecode==1.0.23
urllib3==1.25.2
urllib3==1.24.2
wagtail-modeltranslation==0.10.1
wagtail==2.5
webencodings==0.5.1
Expand Down

0 comments on commit 4366e95

Please sign in to comment.