Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django from 1.11.29 to 2.2.24 in /tests/django_app/requirements #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 22 additions & 9 deletions tests/django_app/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,25 @@
#
# pip-compile --output-file base.txt base.in
#
click==6.7 # via rq
dj-database-url==0.4.2 # via -r base.in
dj-email-url==0.0.10 # via -r base.in
django-rq==0.9.6 # via -r base.in
django==1.11.29 # via -r base.in, django-rq
psycopg2==2.7.3.1 # via -r base.in
pytz==2017.2 # via django
redis==2.10.6 # via rq
rq==0.8.2 # via django-rq
click==6.7
# via rq
dj-database-url==0.4.2
# via -r base.in
dj-email-url==0.0.10
# via -r base.in
django-rq==0.9.6
# via -r base.in
django==2.2.24
# via
# -r base.in
# django-rq
psycopg2==2.7.3.1
# via -r base.in
pytz==2017.2
# via django
redis==2.10.6
# via rq
rq==0.8.2
# via django-rq
sqlparse==0.4.1
# via django
6 changes: 4 additions & 2 deletions tests/django_app/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ django-extensions==1.9.6
# via -r dev.in
django-rq==0.9.6
# via -r base.in
django==1.11.29
django==2.2.24
# via
# -r base.in
# django-debug-toolbar
Expand Down Expand Up @@ -74,7 +74,9 @@ six==1.11.0
# pynacl
# tox
sqlparse==0.2.4
# via django-debug-toolbar
# via
# django
# django-debug-toolbar
tox==2.9.1
# via -r dev.in
virtualenv==15.1.0
Expand Down
101 changes: 72 additions & 29 deletions tests/django_app/requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,75 @@
#
# pip-compile --output-file test.txt test.in
#
apipkg==1.4 # via execnet
click==6.7 # via rq
coverage==4.4.1 # via pytest-cov
dj-database-url==0.4.2 # via -r base.in
dj-email-url==0.0.10 # via -r base.in
django-rq==0.9.6 # via -r base.in
django==1.11.29 # via -r base.in, django-rq
execnet==1.5.0 # via pytest-xdist
factory_boy==2.8.1 # via -r test.in, pytest-factoryboy
faker==0.8.6 # via factory-boy
flake8==3.4.1 # via -r test.in
inflection==0.3.1 # via pytest-factoryboy
mccabe==0.6.1 # via flake8
psycopg2==2.7.3.1 # via -r base.in
py==1.4.34 # via pytest
pycodestyle==2.3.1 # via flake8
pyflakes==1.5.0 # via flake8
pytest-cov==2.5.1 # via -r test.in
pytest-django==3.1.2 # via -r test.in
pytest-factoryboy==1.3.1 # via -r test.in
pytest-forked==0.2 # via pytest-xdist
pytest-xdist==1.20.1 # via -r test.in
pytest==3.2.3 # via -r test.in, pytest-cov, pytest-django, pytest-factoryboy, pytest-forked, pytest-xdist
python-dateutil==2.6.1 # via faker
pytz==2017.2 # via django
redis==2.10.6 # via rq
rq==0.8.2 # via django-rq
six==1.11.0 # via faker, python-dateutil
text-unidecode==1.0 # via faker
apipkg==1.4
# via execnet
click==6.7
# via rq
coverage==4.4.1
# via pytest-cov
dj-database-url==0.4.2
# via -r base.in
dj-email-url==0.0.10
# via -r base.in
django-rq==0.9.6
# via -r base.in
django==2.2.24
# via
# -r base.in
# django-rq
execnet==1.5.0
# via pytest-xdist
factory_boy==2.8.1
# via
# -r test.in
# pytest-factoryboy
faker==0.8.6
# via factory-boy
flake8==3.4.1
# via -r test.in
inflection==0.3.1
# via pytest-factoryboy
mccabe==0.6.1
# via flake8
psycopg2==2.7.3.1
# via -r base.in
py==1.4.34
# via pytest
pycodestyle==2.3.1
# via flake8
pyflakes==1.5.0
# via flake8
pytest-cov==2.5.1
# via -r test.in
pytest-django==3.1.2
# via -r test.in
pytest-factoryboy==1.3.1
# via -r test.in
pytest-forked==0.2
# via pytest-xdist
pytest-xdist==1.20.1
# via -r test.in
pytest==3.2.3
# via
# -r test.in
# pytest-cov
# pytest-django
# pytest-factoryboy
# pytest-forked
# pytest-xdist
python-dateutil==2.6.1
# via faker
pytz==2017.2
# via django
redis==2.10.6
# via rq
rq==0.8.2
# via django-rq
six==1.11.0
# via
# faker
# python-dateutil
sqlparse==0.4.1
# via django
text-unidecode==1.0
# via faker