Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed Jun 13, 2019
1 parent 0cc9344 commit 6a3ba5b
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
14 changes: 7 additions & 7 deletions requirements/base.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 base.txt base.in
# pip-compile --upgrade base.in
#
beautifulsoup4==4.6.0 # via wagtail
certifi==2019.3.9 # via requests
Expand All @@ -11,20 +11,20 @@ django-modelcluster==4.4 # via wagtail
django-modeltranslation==0.13.1 # via wagtail-modeltranslation
django-taggit==0.24.0 # via wagtail
django-treebeard==4.3 # via wagtail
django==2.2.1
djangorestframework==3.9.3 # via wagtail
draftjs-exporter==2.1.5 # via wagtail
django==2.2.2
djangorestframework==3.9.4 # via wagtail
draftjs-exporter==2.1.6 # via wagtail
html5lib==1.0.1 # via wagtail
idna==2.8 # via requests
pillow==5.4.1 # via wagtail
psycopg2-binary==2.8.2
pytz==2019.1 # via django, django-modelcluster, wagtail
requests==2.21.0 # via wagtail
requests==2.22.0 # via wagtail
six==1.12.0 # via html5lib, wagtail
sqlparse==0.3.0 # via django
unidecode==1.0.23 # via wagtail
urllib3==1.24.3 # via requests
wagtail-modeltranslation==0.10.1
urllib3==1.25.3 # via requests
wagtail-modeltranslation==0.10.2
wagtail==2.5.1
webencodings==0.5.1 # via html5lib
willow==1.1 # via wagtail
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pylint

# Django
factory-boy
django-debug-toolbar
django-debug-toolbar>=2.0a1
28 changes: 14 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@ click==7.0 # via pip-tools
coverage==4.5.3
decorator==4.4.0 # via ipython, traitlets
django-coverage-plugin==1.6.0
django-debug-toolbar==1.11
django-debug-toolbar==2.0a1
django-modelcluster==4.4
django-modeltranslation==0.13.1
django-taggit==0.24.0
django-treebeard==4.3
django==2.2.1
djangorestframework==3.9.3
draftjs-exporter==2.1.5
django==2.2.2
djangorestframework==3.9.4
draftjs-exporter==2.1.6
entrypoints==0.3
factory-boy==2.11.1
faker==1.0.5 # via factory-boy
factory-boy==2.12.0
faker==1.0.7 # via factory-boy
flake8==3.7.7
html5lib==1.0.1
idna==2.8
ipdb==0.12
ipython-genutils==0.2.0 # via traitlets
ipython==7.5.0 # via ipdb
isort==4.3.18 # via pylint
isort==4.3.20 # via pylint
jedi==0.13.3 # via ipython
lazy-object-proxy==1.4.0 # via astroid
lazy-object-proxy==1.4.1 # via astroid
mccabe==0.6.1
more-itertools==7.0.0
parso==0.4.0 # via jedi
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
pillow==5.4.1
pip-tools==3.6.1
pip-tools==3.8.0
pluggy==0.9.0
prompt-toolkit==2.0.9 # via ipython
psycopg2-binary==2.8.2
Expand All @@ -50,23 +50,23 @@ py==1.8.0
pycodestyle==2.5.0
pydocstyle==3.0.0 # via pylama
pyflakes==2.1.1
pygments==2.3.1 # via ipython
pygments==2.4.2 # via ipython
pylama==7.7.1
pylint==2.3.1
pytest-django==3.4.8
pytest==4.4.1
python-dateutil==2.8.0 # via faker
pytz==2019.1
requests==2.21.0
requests==2.22.0
six==1.12.0
snowballstemmer==1.2.1 # via pydocstyle
sqlparse==0.3.0
text-unidecode==1.2 # via faker
traitlets==4.3.2 # via ipython
typed-ast==1.3.5 # via astroid
typed-ast==1.4.0 # via astroid
unidecode==1.0.23
urllib3==1.24.3
wagtail-modeltranslation==0.10.1
urllib3==1.25.3
wagtail-modeltranslation==0.10.2
wagtail==2.5.1
wcwidth==0.1.7 # via prompt-toolkit
webencodings==0.5.1
Expand Down
16 changes: 8 additions & 8 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# 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
chardet==3.0.4
django-auth-ldap==1.7.0
django-auth-ldap==2.0.0
django-modelcluster==4.4
django-modeltranslation==0.13.1
django-taggit==0.24.0
django-treebeard==4.3
django==2.2.1
djangorestframework==3.9.3
draftjs-exporter==2.1.5
django==2.2.2
djangorestframework==3.9.4
draftjs-exporter==2.1.6
html5lib==1.0.1
idna==2.8
pillow==5.4.1
Expand All @@ -23,12 +23,12 @@ 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
requests==2.22.0
six==1.12.0
sqlparse==0.3.0
unidecode==1.0.23
urllib3==1.24.3
wagtail-modeltranslation==0.10.1
urllib3==1.25.3
wagtail-modeltranslation==0.10.2
wagtail==2.5.1
webencodings==0.5.1
willow==1.1
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ django-modelcluster==4.4
django-modeltranslation==0.13.1
django-taggit==0.24.0
django-treebeard==4.3
django==2.2.1
djangorestframework==3.9.3
draftjs-exporter==2.1.5
django==2.2.2
djangorestframework==3.9.4
draftjs-exporter==2.1.6
entrypoints==0.3 # via flake8
flake8==3.7.7
html5lib==1.0.1
Expand All @@ -33,12 +33,12 @@ pyflakes==2.1.1 # via flake8
pytest-django==3.4.8
pytest==4.4.1
pytz==2019.1
requests==2.21.0
requests==2.22.0
six==1.12.0
sqlparse==0.3.0
unidecode==1.0.23
urllib3==1.24.3
wagtail-modeltranslation==0.10.1
urllib3==1.25.3
wagtail-modeltranslation==0.10.2
wagtail==2.5.1
webencodings==0.5.1
willow==1.1

0 comments on commit 6a3ba5b

Please sign in to comment.